Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 399 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 399 Bytes

Tap-Game

Server

Env Variables

Create a .env file and add the following

MONGO_URI= I attach a url to the mail I send the repository link

Run

cd server
nest start

Endpoint

  • GET /users - list of users sorted by the number of steps they reached.
  • POST /users - create new user
  • PATCH /users/:id - update user

Client

cd client
npm start

Enjoy!