FlipTask (Task Management)
Prerequisite
You have to install following dependencies to start:
MongoDB
Node.js
version >= 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.example
as.env
, make required changes. - Run the install script
install.sh
bash ./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