This project is a simple CRUD of a blog using Node.js. The purpose of this mini project is for learning
On the back-end,
- app starts at
server.js - add frameworks and packages in
package.json - app secrets in
.env. I use DB_CONNECTION for MongoDb connection using MongoDb Atlas
Click here to see the DEMO