/photoshare

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

Primary LanguagePython

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