An online course registration system build using Flask Server-side rendering.
Install vlearn with Python
Step 1: Create a virtual environment.
python -m venv venvStep 2: pip install all the required packages.
pip install -r requirements.txtStep 3: Run the flask server on your local machine
flask run






