Skip to content

A ping-pong ladder application implemented using MongoDB, Express, React, and Node.js

Notifications You must be signed in to change notification settings

a-n-d-r-3-w/ping-pong-ladder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping-Pong Ladder

See https://en.wikipedia.org/wiki/Ladder_tournament.

alt text

Prerequisites

  • MongoDB is installed on your machine

Getting started

  • npm install
  • In the repo, create a file named .env that contains:
    DB_URL="mongodb://localhost:27017"
    
  • Start MongoDB (e.g., mongod)
  • npm run dev

About

A ping-pong ladder application implemented using MongoDB, Express, React, and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published