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
- Host: GitHub
- URL: https://github.com/f3ath/commuter-api
- Owner: f3ath
- License: mit
- Created: 2017-03-01T08:40:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T05:53:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-25T13:04:54.772Z (9 months ago)
- Topics: map, php7
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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