Skip to content

harini-jt/vlearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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