Node JS API complete backend project - Exercise tracker

preview_player
Показать описание
This is a complete project to make a backend app, an API that keep track of your workouts/exercises/trainings.

This project will help you learn or revise the following:
1. Making a project from scratch on the command line using various command lines like mkdir, cd, pwd, touch, npm init, code .
3. Installing packages and dependencies e.g.
"body-parser": "^1.19.1",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"mongoose": "^6.1.4"
4. Creating a server in nodejs
5. Sending requests to servers and setting ports for listening to web requests.
6. Creating API endpoints
7. Creating a mongo database and using mongoose to connect to the database.
8. Creating collections and documents in the mongoDB
9. Creating a schema and Model in a node module
10. post and get methods
11. Javascript functions e.g., push, map, reducer function, Date and time functions etc.

And a lot of other stuff related to Nodejs and Javascript programming along the way.
Рекомендации по теме
Комментарии
Автор

liked and suscribed and glad i found you..

shaileshdubey