Skip to content
forked from LancelotGT/Pin-GT

A web app that let GT students to quickly explore on-campus events.

Notifications You must be signed in to change notification settings

vemal911/Pin-GT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pin@GT

A web app that let GT students quickly explore the current events on campus.

Dependencies

  • Flask
  • MySQLdb
  • flask-mysql
  • virtualenv (recommended)

Project structure

PinGT/

templates/

static/

schema.sql

PinGT.py

Steps to run

  • install db, management tools

    • mysql
    • virtualenv
    • git
  • initialize db

    1. Create a db named PIN
    2. Create a table named entries with two text fields named (title, text)
    3. (Optional) Insert several random testing rows
  • install dependencies

git clone https://github.com/LancelotGT/PinGT.git
cd PinGT
virtualenv venv
. venv/bin/activate
pip install Flask
pip install requests
pip install mysql
pip install flask-mysql
  • start app
python PinGT.py

Then go to localhost:5000.

TODO

Create a script to initialize mysql db

About

A web app that let GT students to quickly explore on-campus events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.2%
  • HTML 32.5%
  • CSS 19.3%