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

https://github.com/leonrinkel/car2park


https://github.com/leonrinkel/car2park

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Something like the following should get the backend server running. Everything
in this repo is more like a quick poc and does not claim to be working very
well.

```bash
$ cd backend-server
$ npm install
$ npm build
$ npm start
```