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

https://github.com/rustamwin/currency-api


https://github.com/rustamwin/currency-api

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# currency-api

## installation

1. clone repo
2. run `composer i` command
3. create mysql database
4. copy .env.example to .env and setup DB environment vars
5. run `php app.php currency/sync` command
6. run application via `php app.php serve` command