Hello, this is a backend of a SPA, with a simple CRUD of POSTS! Hope you enjoy it!
- NodeJs
- MongoDb
- Express
- Mongoose
First you have to install all the dependencies:
npm i
Then you have to create a file with the name '.env' at the root folder of the project. Inside this file you have to create a variable with named MONGO_URL and PORT.
After doing all the configuration, you can run the project using:
node index.js