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%
| api | path as function not global variable; no confusing list conprefhension; | |
| .dockerignore | docker image | |
| .gitignore | test pwa | |
| compose.yaml | compose added | |
| Dockerfile | docker image | |
| launch.sh | deps added | |
| LICENSE | license: apache added | |
| README.md | Add README.md | |
| requirements.txt | added required library | |
| vercel.json | vercel.json changed | |
Student Portal
Stack
- Python: Flask
- HTML
Prerequisites
Before you begin, ensure you have the following installed on your machine:
Getting Started
-
Clone this repository to your local machine
-
Navigate to the project directory
-
Run the following command to start the services:
docker compose upThis will pull the necessary Docker images and start the containers.
-
Once the containers are up and running, you can access your application at http://localhost:5000.