Final stage project
This project is one of my first backend projects and will serve as a basis for possible new APIs that I will create, that's why there are so many comments in the project's code.
This API is part of a parallel project that I made the frontend and the integration will be done along with this API, follow the link of the front-end project
- Need to clone the repository on your machine
- after the clone opens the project folder, open the terminal and run the command
- to run the project use nodemon
git clone https://github.com/Guilbertoliveira/BookServerAPI.git
npm install
npx nodemon .\app.js