Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
/ birthday-currency Public archive

(2018) Find the exchange rate for Hong Kong Dollar on the day of your birthday.

License

Notifications You must be signed in to change notification settings

kkamara/birthday-currency

Repository files navigation

Birthday Currency

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.

Installation

Install Docker and Docker Compose.

Setup

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

Contributing

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.

License

BSD

About

(2018) Find the exchange rate for Hong Kong Dollar on the day of your birthday.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published