Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rizwanullah313/blog-using-mern-stack

Create personal blog using MERN stack.
https://github.com/rizwanullah313/blog-using-mern-stack

express mongoose monogodb nodesjs reactjs

Last synced: 14 days ago
JSON representation

Create personal blog using MERN stack.

Awesome Lists containing this project

README

        

# Blog-Using-MERN-Stack
Create personal blog using MERN stack.

Node js, express and mongodb

npm init -y
npm i express
npm i mongoose
npm i dotenv
npm i body-Parser
npm i nodemon
npm i express-validator
npm i bcrypt
npm i jsonwebtoken

also use postman tools to check post and get methods etc..
and you need to login with mongodb and create a new cluster or database.
also add current IP address
and add user with password for connection and after that copy the string connection to your app and paste in code.