Files
FE_Charts/README.md
2024-10-02 17:05:44 +02:00

18 lines
636 B
Markdown

# FE_Charts
Fire Emblem Charts is a mobile application that allows you to view the statistics of the characters in the game Fire Emblem Three Houses in the form of graphics.
## Build the app
```bash
docker build -t odari/fecharts_api:1.0.0 .
docker compose up -d
```
## Setup the app
- Change the variables in the `database.php` file to match the server.
- Change the `BASE_URL` constant in the `database.js` file with the host corresponding to the server.
## Updating the catalogue
After updating the catalogue, you must add a new row in the `Tbl_Catalogue` table with the new version of the catalogue and the date of the update.