GitHub - feelcoder/mcq: This is a python project build in Flask. It is an MCQ management information system

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

mcq

This is a python project build in Flask. It is an MCQ management information system

Folder structure

root -- app -- init.py -- module_one # module name -- init.py -- controllers.py # route controllers -- models.py # database -- forms.py -- templates -- module_one -- *.html -- config.py # application wide configurations -- run.py # serves the app

#Running the application

cd mcq python run.py

Got to browser

http://localhost:8080

e.g http://localhost:8080/auth/signin

About

This is a python project build in Flask. It is an MCQ management information system

Resources

Readme

Activity

Stars

2 stars

Watchers

4 watching

Forks

1 fork

Releases

No releases published

Languages