Welcome to New Player! An app that you can use to find other users that are looking for people to join in on their table top games. Meet up with friends or make new new ones!
Live Link: https://new-player.onrender.com/
-
Clone this repository (only this branch)
git clone https://github.com/wesleyblackburn90/newplayer.git
-
Install dependencies
pipenv install --dev -r dev-requirements.txt && pipenv install -r requirements.txt -
Create a .env file based on the example with proper settings for your development environment
-
Setup your PostgreSQL user, password and database and make sure it matches your .env file
-
Get into your pipenv, migrate your database, seed your database, and run your flask app
pipenv shell
flask db upgrade
flask seed all
flask run
-
To run the React App in development, checkout the README inside the
react-appdirectory.
Enjoy New Player!