Skip to content

space-techy/Timetable-Management

Repository files navigation

Timetable Management Website

Description:

Flask Based

This website has flask based backend and use jinja templating for creating dynamic website Flask is python based backend like we have express for MERN.

Installation and Running Setup

First create virtual env

 python -m venv .env

Next is we open that .env file

I am using git bash:

. .venv/Scripts/Activate

and then we have to install

pip install -r requirements.txt

and now

flask --app app.py --debug run

and now there you will see url and just open it in browser

Now Here is the working screenshot:

1 2 3 5 6 7

About

A website for creating and editing Timetable Visually

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published