Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 448 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 448 Bytes

GIFS Against Humanity

Giphy version of cards against humanity ;)

This project was made for the BostonHacks2018 Giphy challenge.

Language/framework used: -React -Python flask

Team members: -Hanna Lee -Amarisse Brito-Martins -Chris Woo -Kevin Ye

Representing Concordia University from Montreal.

in client yarn yarn start

in server python3 -m venv venv source venv/bin/activate source.env pip install -r requirements.txt python manage.py run