- Task: Simple Blog (done)
- Stateless (done)
- Rating based (x)
- Post CRUD (done)
- Authentication(done)
- Basic front-end (done)
- Back-end : Node.js (REST-ful API)
- Front-end : React.js
- Database : MongoDB + ATLAS MongoDB free cluster
- Install nodeJS
- Add dependencies from package.json
- Install Postman for testing.
- Use
npm start
for run on port 4000 - Test API's on postman
- Go to frontend
cd frontend
- use
npm start
- Go to front-end will run at localhost:3000
- Go to This Page for installing react in your application.
- Use
npm i --save mongoose
for using mongoDB in your app. - Go to MongoDB for making your own database on cloud(ATLAS).
- Or you can also host Database locally .
- Make changes in app.js file for your own database at cloud.
- Follow the playlist for further learning.