nabeelraza-7 / autograding-of-cs-courses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autograding-of-cs-courses

5th Semester project for SE subject offered by UET, Lahore.

To run:

Activate the virtual environment (it might install some packages)

pipenv shell

Install Flask, Flask-SQLAlchemy.

pipenv install flask, flask-sqlalchemy

Before running, you must initiate the database by first activating the virtual environment and then execute python shell by the following command:

drive:/path> python

Then, enter the following commands:

> from app import db
> db.create_all()

After this, you can exit the terminal using exit() and then run the following command to run the localhost.

python app.py

Make sure the virtual environment is activated

About

License:MIT License


Languages

Language:HTML 48.4%Language:Python 31.4%Language:CSS 19.6%Language:JavaScript 0.5%