- 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
- config
- task-app
- 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Arushacked/Task-App
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published