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

https://github.com/elnardu/jkg-server


https://github.com/elnardu/jkg-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Необходимо добавить config.json

```js
{
"port": 4000,
"jwtsecret": "secretkey",
"database": "mongodb://localhost/jkg"
}
```