Skip to content

Zareeb/cs340_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

  1. Follow tutorials on how to setup Flask and create a starter app (https://github.com/osu-cs340-ecampus/flask-starter-app)
  2. Setup credentials.py
  3. MYSQL_HOST = ""         # classmysql.engr.oregonstate.edu
    
    MYSQL_USER = ""         # cs340_OSUusername
    
    MYSQL_PASSWORD = ""     # Typically last 4 digits of OSU ID
    
    MYSQL_DB = ""           # cs340_OSUusername
    
  4. In bash, change directory to project root and enter
  5. python3 app.py
    
  6. Navigate to 127.0.0.1:PORT specified on app.py

Authors

About

CS340 - Introduction to Databases Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •