FlipTask (Task Management)
Prerequisite
You have to install following dependencies to start:
MongoDBNode.jsversion >= 10.x
After installing all the prerequisite:
Steps to follow
- Clone Fliptask-API
- Change the current directory to
fliptask-api.cd fliptask-api -
Copy
.env.exampleas.env, make required changes. - Run the install script
install.shbash ./install.sh - To start the server run:
npm run dev
Possible Errors and its solutions
If get any error in running install.sh, example :
permission denied: ./install.sh
change the permission to execute the bash script, run
chmod 0700 install.sh