To run the application you need the following installed:
- Vue
- Make
- Docker
- Git
The application can be run with one command in the following Joint-Repository
- Clone the repository
git clone [email protected]:idatt2106-gruppe-2/idatt2106_2024_02_frontend.git
- Navigate to project root folder
cd idatt2106_2024_02_frontend
- Run the application (NOTE: make sure Docker is running)
make run
The application is now running on localhost on port 5173.
NOTE: if you don't have make installed, use the following command instead:
docker compose up
To exit the application, use CTRL + C.
The database is populated with a pre-configured user at runtime which can be used to experiment with the application. You can log in with the following credentials:
- Username:
username
- Password:
Test123!
You can run unit and integration tests with:
make test