An assignment I had to create for my Certificate 3 in IT at Tafe NSW.
Ensure you have the following installed on your machine:
- Docker (if using Docker)
- Python 3.x (if running without Docker)
Clone the repository to your local machine:
git clone https://github.com/gab706/Gelos_Enterprises_Portal.git
cd Gelos_Enterprises_Portal
Build and run the Docker image:
docker build -t gelos_enterprises_portal .
docker run -p 4000:80 gelos_enterprises_portal
Create a virtual environment:
python3 -m venv venv
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On MacOS:
source venv/bin/activate
Run the application:
python3 src/main.py
This project is licensed under MIT 2024 - see the LICENSE file for details.