- Express
- Mongoose
- Express-generator
- morgan (for log)
- Clone the repo
git clone https://github.com/434huzaifa/Tasky-server
- Go the Cloned Directory
cd Tasky-server
- Add
.env
file
# JWT TOKEN
TOKEN=
# Mongodb Username
DB_USER=
# MongoDB User Password
DB_PASS=
- Install dependencies
npm i
- Run the project
npm i nodemon -g
nodemon
live link of backend: https://tasky-server-ruzz.onrender.com
frontend repo: https://github.com/434huzaifa/Tasky