WSU-CptS-322-Fall-2023 / StudentApp-Exercise

Starter code for StudentApp project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Version v.00:

  • Skeleton code.

Install the dependencies:


pip install -r requirements.txt

Running the application


To run this example:

  • Start the application with the following command:

Windows:

set FLASK_DEBUG=1 && python -m flask run

Mac/Linux:

export FLASK_DEBUG=1 && python -m flask run

v.00

  • Explain skeleton code
  • Show how to create database file on command line.
  • Explain the route that created the database.
  • Show how to add data to the database.

About

Starter code for StudentApp project


Languages

Language:Python 87.5%Language:HTML 10.7%Language:CSS 1.6%Language:Shell 0.3%