chenhuiyi / photoshare

Projects developed during the Fall 2016 Database course at Boston University.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photoshare

Projects developed during the Fall 2016 Database course at Boston University.

Setting Up

This project was developed using Python3 with Flask and MySQL.

Download the files

git clone https://github.com/chenhuiyi/photoshare.git
cd photoshare

Set up the database

source ./schema.sql

Install dependencies

pip install -r requirements.txt

Application

FLASK_APP=app.py
flask run

About

Projects developed during the Fall 2016 Database course at Boston University.


Languages

Language:Python 58.2%Language:HTML 41.8%