follow the steps bellow to run the api:
-
change to src/node_api directory
-
Install the dependencies: npm install
-
Run the server: npm run start
-
To run with nodemon install nodemon on your system and use the command bellow: npm run dev The api will be available at http://localhost:4000 with the follow endpoints:
{ "name": "Clayton Guimaraes Leite Pereira", "email": "cpereiramt@gmail.com", "password": "cl111100" }
{ "email": "cpereiramt@gmail.com", "password": "cl111100" }
{ "name": "project-x"}
{ "description": "task one ttt", "projectID": 2 }