More information about our project including the Requirements Analysis Document (RAD) and System Design Document (SDD), can be found in the docs folder.
Make sure Docker and Docker Compose are installed on your machine.
On (Windows/Mac), Docker Compose is often included by default.
On Linux, Docker Compose might not be installed by default
You can download Docker Desktop here: https://www.docker.com/products/docker-desktop
To verify installation, run:
docker --version
docker compose version
Clone the repository into a folder of your choice:
git clone https://github.com/kevinpettersson/scheduling-application.git
Navigate to the project directory:
cd /path/to/scheduling-application
Then run Docker Compose:
docker compose up --build
The first build may take a few minutes as Docker install all dependencies.
Once the containers are up and running, open your browser and go to:
http://localhost:3000/