Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

executable file
·
23 lines (17 loc) · 627 Bytes

Prello

Live Demo

See prello in action !

Instructions to run

  • Install Mongodb from Here
  • Install Node.js from Here
  • Do the npm install in both directories (front_end and back_end)
  • Start Mongodb sudo mongod
  • Start back_end nodemon server
  • Start front_end npm start

Ports being used

  • Mongodb :27017
  • Socket.io :8000
  • Back End Api (Express) :8000
  • React App :3000

Architecture Diagram