Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 791 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 791 Bytes

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 🔥