Skip to content

Arushacked/Task-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-App

Setup

  • pull the repo to a folder names task-app
  • move into the task-app folder
  • npm install
  • You will need to set some enviroment variables to start working
    • PORT=3000
    • JWT_KEY=some_random_string
    • MONGODB_URL=mongodb://127.0.0.1:27017/task-manager-api
  • you can make a .env file to set above enviroment variabes
    • task-app
      • config
        • dev.env
  • start a mongodb server at mongodb://127.0.0.1:27017 - this is default URL
  • npm run dev
  • Now you can make requests to API on localhost:3000.
  • Happy Coding.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published