Web Technology Project (SWE 340) Features: (Requirements) Task: Simple Blog (done) Stateless (done) Rating based (x) Post CRUD (done) Authentication(done) Basic front-end (done) Used Technologies Back-end : Node.js (REST-ful API) Front-end : React.js Database : MongoDB + ATLAS MongoDB free cluster Installation Back-end Install nodeJS Add dependencies from package.json Install Postman for testing. Use npm start for run on port 4000 Test API's on postman Front-end 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. Database 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. Resources and Links: Follow the playlist for further learning.