This solution to the Sys Lib Backend - DNC is a challenge used to evaluate my learning
- NodeJS
- ExpressJS - as framework
- Cors - as a middleware to connect frontend and backend from different ports
- Mongoose - library to create connections between MongoDB and NodeJS
- MongoDB - as Data Base
I used this project to practice about the construction of routes, connection with MongoDB using Mongoose.
Mongoose CRUD - This article helped me a lot with an example of how the put and delete works in mongoose.