Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 544 Bytes

Taskade

Helps you work better with teams.

Work In Progress; to fix minor bugs

To run backend

  1. cd api

  2. Install Dependancies

  3. fix environment variable (.env; the db uri, db name, and JWT) You can check google to know more about that variable This project work on MongoDB; you can use mongo atlas free tier

  4. run npm start or npm run web or npm run android

  5. backedn opens at localhost:4000

To run frontend

  1. cd taskademobile

  2. install dependancies

  3. npm start or npm run web or npm run android

GOODLUCK