Skip to content

tasmia2016831022/WebTechnologyProject

Repository files navigation

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

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.