Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 6 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T11:59:52.000Z (about 2 months ago)
- Last Synced: 2024-09-18T16:47:30.665Z (about 2 months ago)
- Topics: api-rest, babel, eslint, express, nodejs, pomodoro-technique, task-manager
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/ajeetchaulagain/stay-productive-api-node.svg?branch=master)](https://travis-ci.com/ajeetchaulagain/stay-productive-api-node)
[![Coverage Status](https://coveralls.io/repos/github/ajeetchaulagain/stay-productive-api-node/badge.svg?branch=master)](https://coveralls.io/github/ajeetchaulagain/stay-productive-api-node?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/ajeetchaulagain/stay-productive-api-node/badge.svg?targetFile=package.json)](https://snyk.io/test/github/ajeetchaulagain/stay-productive-api-node?targetFile=package.json)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](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)