Skip to content

Cards against humanity but with GIFS! BostonHacks2018 (Winner of GIPHY challenge)

Notifications You must be signed in to change notification settings

chriskfwoo/GIFS-Against-Humanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIFS Against Humanity

  • Cards against humanity but with GIFS! 😃
  • Project was originally created at BostonHacks2018 (Giphy API Challenge Winner)
    • Original repo with team members Hanna Lee, Amarisse Brito-Martins, Kevin Ye, Chris Woo

Getting started

Server

  • Requirements python 3.6+
  • Go to the server folder
  • Create a virtual environment (venv)
    • python3 -m venv venv && source venv/bin/activate
  • Installs python dependecies in venv
    • pip install -r requirements.txt
  • Setup dot env file
  • Run backend
    • python manage.py run 🔥

Client

  • Requirements node v10+
  • Go to the client folder
  • Install dependencies
    • npm install
  • Run frontend
    • npm run start 🔥

About

Cards against humanity but with GIFS! BostonHacks2018 (Winner of GIPHY challenge)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published