Cards For Humans is a spin on the website of the beloved game Cards against Humanity.
##They can now print the cards for use at home
- Clone the repo:
https://github.com/D0RK5TER/CardsForHumans
- Install packages:
pipenv install -r requirements.txt
cd react-app
npm install
cd ..
- Create .env
touch .env
- and add:
SECRET_KEY=<<Password of your choosing>>
DATABASE_URL=sqlite:///dev.db
- Enter the shell, then Migrate and seed files:
pipenv shell
flask db init
flask db migrate
flask db upgrade
flask seed all
- Run the server
flask run
cd react-app
npm start
- Navigate to local site in browser
http://localhost:3000/