TechStudent10 / StudentHub

A place where students and teachers can work together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StudentHub

A place where students and teachers can work together.

Make sure you do the following before running

  1. Open a Command Prompt or Terminal window
  2. Change Directory into the project folder
  3. Type python (if you are on Windows) or python3 (if you are on Mac or Linux)
  4. Type the following lines:
from app import db
db.create_all()
  1. Press Control (or Command if you are on Mac) + Z and press enter.
  2. Run app.py

About

A place where students and teachers can work together.

License:MIT License


Languages

Language:Python 57.3%Language:HTML 41.9%Language:CSS 0.8%