https://github.com/ajeetchaulagain/stay-productive-api-node
:gem: API for task management application with Pomodoro features.
https://github.com/ajeetchaulagain/stay-productive-api-node
api-rest babel eslint express nodejs pomodoro-technique task-manager
Last synced: about 1 month ago
JSON representation
:gem: API for task management application with Pomodoro features.
- Host: GitHub
- URL: https://github.com/ajeetchaulagain/stay-productive-api-node
- Owner: ajeetchaulagain
- License: mit
- Created: 2020-05-10T20:12:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T20:31:17.000Z (4 months ago)
- Last Synced: 2025-04-12T13:08:55.747Z (about 1 month ago)
- Topics: api-rest, babel, eslint, express, nodejs, pomodoro-technique, task-manager
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/ajeetchaulagain/stay-productive-api-node)
[](https://coveralls.io/github/ajeetchaulagain/stay-productive-api-node?branch=master)
[](https://snyk.io/test/github/ajeetchaulagain/stay-productive-api-node?targetFile=package.json)
[](https://opensource.org/licenses/MIT)
[](https://github.com/ajeetchaulagain/stay-productive-api-node/issues)# :gem: stay-productive-api-node
This is a backend API for project and task management application. The project is built with Node and Express. MongoDB is used as the Database.
## Instructions on running project
- Clone this repo and cd to project root directory
- Install required npm packages - `npm i`
- export value to environment variable "span_jwtPrivateKey"
- Run the development server - `npm start`## Contribution
If you find any issues or improvement regarding the code please consider submitting the pull request.
## License
This project is open source and available under [MIT License](LICENSE)