Newer
Older
## CMPT 370 T2
Welcome to the CMPT 370 T2 project! This guide will help you get started with setting up the project environment using Docker.
Before you begin, please ensure you have Docker desktop installed on your machine. If you don't have Docker yet, you can download it from Docker Desktop.
First, clone the Git repository to your local machine using the following command:
git clone https://git.cs.usask.ca/asd028/cmpt-370-t2.git
2) Navigate to the Project Directory
Change to the project directory in your terminal:
3) Start Docker
Use Docker Compose to build and start the project:
4) Access the Application
Once Docker has finished setting up, you can access the application by navigating to:
http://localhost:3000
When you're done, you can shut down the Docker environment. To do this, use the following command: