Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.57 KB

Online Course Registration System

An online course registration system build using Flask Server-side rendering.

Website

Installation

Install vlearn with Python

Step 1: Create a virtual environment.

python -m venv venv

Step 2: pip install all the required packages.

pip install -r requirements.txt

Step 3: Run the flask server on your local machine

flask run

Screenshots

Home page

home_image

Signup page

Signup

Login page

login

My Porfile

profile

Admin Dashboard

admin

Add Course

add_course

MongoDB

mongodb-users

mongodb-courses