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

https://github.com/f3ath/commuter-api

pew-pew
https://github.com/f3ath/commuter-api

map php7

Last synced: 7 months ago
JSON representation

pew-pew

Awesome Lists containing this project

README

          

# commuter-api
## To run locally

* Init the storage. This will create a sqlite database file at `/tmp/db.sq3`
```
APP_ENV=dev php scripts/install.php
```
* Run the server
```
APP_ENV=dev php -S localhost:8888 -t public/ public/app_local.php
```
* Navigate to http://localhost:8888