An Election System for the fictional valley of Shangri-la.
Before you begin, ensure you have met the following requirements:
- You have installed Docker and Docker-Compose.
Follow these steps to get your application running:
- Clone the repository
Use the following command to clone this repository:
git clone https://www.github.com/kuuhhl/GEVS
- Navigate to the project directory
Change your current working directory to the project's directory:
cd GEVS
- Build the project
Use Docker Compose to build the project:
docker-compose build
- Run the project
Start the project in detached mode with Docker Compose:
docker-compose up -d
After following these steps, you should be able to access the application:
- The Frontend should be available at https://localhost:8080.
- The Backend should be available at https://localhost:3000.