0
0
Fork
You've already forked FlaskBasicPortal
0
Most basic portal for demo, created with flask https://basicflaskportal.vercel.app/
  • Python 53.9%
  • HTML 33.1%
  • CSS 6.6%
  • Dockerfile 2.6%
  • Shell 2%
  • Other 1.8%
2024年02月04日 15:19:24 +00:00
api path as function not global variable; no confusing list conprefhension; 2024年01月26日 22:00:14 +00:00
.dockerignore docker image 2024年01月02日 01:40:44 +05:30
.gitignore test pwa 2023年11月23日 00:58:25 +05:30
compose.yaml compose added 2024年01月18日 14:40:11 +05:30
Dockerfile docker image 2024年01月02日 01:40:44 +05:30
launch.sh deps added 2023年12月26日 00:40:58 +05:30
LICENSE license: apache added 2023年12月20日 12:37:24 +05:30
README.md Add README.md 2024年02月04日 15:19:24 +00:00
requirements.txt added required library 2023年12月12日 20:19:57 +05:30
vercel.json vercel.json changed 2023年11月22日 22:59:45 +05:30

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.