Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 605 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 605 Bytes

Flight Price calculator

In order to run the environment follow the steps :)

  1. Startup the containers. This will take care to download the images and install the dependencies which are not included in the zip (vendor, node_modules)
make start

Follow the logs to understand when the bootstrap is complete.

make logs
  1. Run the database migrations:
make migrate-db
  1. Now you should be able to navigate the app on localhost :)

  2. To stop the execution:

make stop

Links:

Frontend: http://localhost

API: http://localhost:8080