https://github.com/rustamwin/currency-api
https://github.com/rustamwin/currency-api
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustamwin/currency-api
- Owner: rustamwin
- Created: 2022-03-03T14:34:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T14:39:33.000Z (over 4 years ago)
- Last Synced: 2025-10-13T13:06:02.329Z (8 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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