Skip to content

imxade/FlaskBasicPortal

Repository files navigation

Student Portal

Stack

  • Python: Flask
  • HTML

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Getting Started

  1. Clone this repository to your local machine

  2. Navigate to the project directory

  3. Run the following command to start the services:

    docker compose up

    This will pull the necessary Docker images and start the containers.

  4. Once the containers are up and running, you can access your application at http://localhost:5000.