Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

SELab-2/Dr-Trottoir-4

Repository files navigation

Dr-Trottoir-4

How to get started

This repository contains our solution for Dr. Trottoir's web application that will be used to facilitate their workflow for both the employers and employees. To that end, we have decided to use the following software stack:

Our full-stack app is also containerized with Docker. This means that you will have to install Docker and docker-compose first. Another useful tool worth considering is Docker Desktop. This will provide a GUI with lots of extra features that will make the docker experience more pleasant.

To run the docker container you can use the following command:

docker-compose up

Whenever you need to rebuild your containers, use:

docker-compose build

Or if you want to rebuild and then run at the same time, use:

docker-compose up --build -d

To stop the containers, run docker-compose down or press Ctrl+C if the process is running in the foreground. Alternatively, you can use the stop button in Docker Desktop.

This covers the basics of how to run our code. For more detailed instructions and information about our implementations, please check out our wiki

Members of Team 4