System for applying for positions within UTN
Note that you must have the .env file in the root folder for everything to work!
docker-compose up --build # Builds and starts all services
docker-compose restart # Restarts all services
docker-compose down # Stoppar och tar bort containrar och nätverk
docker-compose down --volumes # Stoppar och tar bort containrar, nätverk och volymer
After you have started docker you will have a database (postgres) and a server that runs on localhost:8000
Now you can cd into frontend/apply and run npm run dev