Helps you work better with teams.
-
cd api
-
Install Dependancies
-
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
-
run npm start or npm run web or npm run android
-
backedn opens at localhost:4000
-
cd taskademobile
-
install dependancies
-
npm start or npm run web or npm run android