Spire: Kartverket - regelrett*
Solution for receiving information from several views/tables in Airtable and present it in a GUI. Provides a user interface which allows the user to insert and update answers to the questions to a PostGresQl Database.
See README.md in backend and frontend directories for setup
- Clone the github repository
- Follow these steps in the backend readme Add airtable token and Local Postgres
- In compose.yaml change the environment variable
DB_USER
to the username that is given when initializing the database cluster in the previous step. - Run in the root folder
docker compose up
- To stop the docker container run
docker compose down