Create a .env file and add the following
MONGO_URI= I attach a url to the mail I send the repository link
cd server
nest start
- GET /users - list of users sorted by the number of steps they reached.
- POST /users - create new user
- PATCH /users/:id - update user
cd client
npm start
Enjoy!