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

https://github.com/opengeekslab/octanise


https://github.com/opengeekslab/octanise

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

to install packages
`npm i`
it will build automatically

redis and mysql should be provided

configurations are:

`server/config/env/development.js`

to lounch development mode:

`npm start`

to launch production:

1) fulfill `server/config/env/production.js` (development.js is an example)
2) run `node dist/index.js`