Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rizwanullah313/blog-using-mern-stack
- Owner: rizwanullah313
- Created: 2021-10-04T10:14:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T13:25:16.000Z (over 3 years ago)
- Last Synced: 2024-11-15T19:35:08.366Z (3 months ago)
- Topics: express, mongoose, monogodb, nodesjs, reactjs
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 jsonwebtokenalso 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.