- 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
- 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
🔥
- Requirements
node v10+
- Go to the client folder
- Install dependencies
npm install
- Run frontend
npm run start
🔥