This Laravel 5 app allows users to discover the exchange rate for Hong Kong Dollar on the day of their birthday. Built with laravel and fixer.
Install Docker and Docker Compose.
Our Makefile is based at the root of project directory and provides us with a number of useful commands.
What you want to do is go to the root directory where you've stored this project and run the following commands:
cp .env.example .env # make our environment variables accessible to the app
make dev
This will build our app and all it's required services and libraries, as well as provide seed data for the database service.
When make dev
completes your app should be accessible from any web browser on your system at the following address:
http://localhost:8000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.