Skip to content

434huzaifa/Tasky-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasky Backend

Technologies

  • Express
  • Mongoose
  • Express-generator
  • morgan (for log)

To Run locally

  1. Clone the repo
git clone https://github.com/434huzaifa/Tasky-server
  1. Go the Cloned Directory
cd Tasky-server
  1. Add .env file
# JWT TOKEN
TOKEN=
# Mongodb Username
DB_USER=
# MongoDB User Password
DB_PASS=
  1. Install dependencies
npm i
  1. 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