Skip to content

shaybit/tap-game-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published