Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)