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

https://github.com/evinism/parallax

a simple project management utility
https://github.com/evinism/parallax

Last synced: 3 months ago
JSON representation

a simple project management utility

Awesome Lists containing this project

README

          

# Parallax
a simple project management utility

Installaton:
--
`npm install` should be enough for production

For development, additionally these are required:
* `redis-server` (command name)
* `mongodb-org` (package name)

Run `npm run mongo:initdev` to initialize the dev db on the local machine.

Developing
--