You have to install following dependencies to start:
MongoDB
Node.js
version >= 10.x
Steps to follow
- Clone Fliptask-API
- Change the current directory to
fliptask-api
.
cd tasify
- Run the install script
install.sh
bash ./install.sh
- To start the server run:
npm run dev
open http://localhost:3000 in browser.
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