Skip to content

A project that I had to built for my Cert 3 in IT at Tafe NSW.

License

Notifications You must be signed in to change notification settings

gab706/Gelos_Enterprises_Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gelos Enterprises Portal

An assignment I had to create for my Certificate 3 in IT at Tafe NSW.

Table of Contents

Prerequisites

Ensure you have the following installed on your machine:

  • Docker (if using Docker)
  • Python 3.x (if running without Docker)

Installation

Clone the repository to your local machine:

git clone https://github.com/gab706/Gelos_Enterprises_Portal.git
cd Gelos_Enterprises_Portal

Using Docker

Build and run the Docker image:

docker build -t gelos_enterprises_portal .
docker run -p 4000:80 gelos_enterprises_portal

Using Python

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

License

This project is licensed under MIT 2024 - see the LICENSE file for details.