Skip to content

MoritzKronberger/FLAI

Repository files navigation

FLAI - Interactive Media Semester 5 - University of Applied Sciences Augsburg

Repository for the IA5-Team-Project Web-App (Group FLAI)

Clone repository

git clone <repository-url>
cd <repository-name>

Create .env files

.env files must not be committed to the repository!

Username and password for the postgres superuser and regular user must be passed as parameters, the REST-server hostname can be passed as an optional parameter (the default is set correctly for a local Docker setup):

bash create_dotenv.sh <superuser username> <superuser password> <regular user username> <regular user password> <rest-hostname>?

If env-variables should be changed for all repo users the corresponding array must be edited in the bash script.

Build Docker Images

docker-compose build

Start Docker Containers

docker-compose up

Access Containers

Defaults:

Vue at http://localhost:3000

Express at http://localhost:5000

Adminer at http://localhost:7000

Shut Down Docker Containers

docker-compose down

Remove Database Data

rm -rf backend/postgres_db/pgdata

Remove Docker Images

docker-compose down --rmi all

Use Gotham Font

If the Gotham ScreenSmart font should be used instead of the fallback, insert the font-files into /frontend/flai_app/public/assets/fonts/.

Further documentation

More documentation about the individual components can be found here:

Vue

Express

Postgres

Neural Network

About

Mirror of the ia5_teamprojekt_flai GitLab repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published