Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 540 Bytes

bloglitev2

This is MAD2 project for jan Term of SAYAN GHOSH (21F1006567)

to run the project do:

  • clone the repo git clone [email protected]:sayan01/bloglitev2

  • cd into bloglitev2 cd bloglitev2

  • run the scripts './start-mailhog' , './start-redis', './start-beat', './start-celery', './run.sh'

    These scripts will set up environment of backend and run all services

  • cd into frontend folder cd frontend

  • run npm i to install all packages

  • run npm run dev to run development server

  • go to localhost:3000 to see app