https://github.com/cuppilekkia/flight-price-calc
https://github.com/cuppilekkia/flight-price-calc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuppilekkia/flight-price-calc
- Owner: cuppilekkia
- Created: 2021-03-26T17:16:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T17:21:20.000Z (about 4 years ago)
- Last Synced: 2025-02-02T09:33:23.698Z (5 months ago)
- Language: PHP
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)```sh
make start
```Follow the logs to understand when the bootstrap is complete.
```sh
make logs
```2. Run the database migrations:
```sh
make migrate-db
```3. Now you should be able to navigate the app on [localhost](http://localhost) :)
4. To stop the execution:
```sh
make stop
```
---
Links:
-
Frontend: http://localhostAPI: http://localhost:8080
---