A Full Stack Blog Web Application that lets you create and store your daily blogs conveniently.
- Node.js
- Express.js
- MongoDB
Make sure you have Node & MongoDB installed on your computer. Type these commands in seperate terminals and press Enter:
npm i
mongod
node app.js