flask-starter Starting the server: Open a terminal and go to the server folder. Make sure you have pipenv installed (pip install pipenv) Install the dependencies with pipenv install. This also createa a virtual environment, if there isn't one already Activate the virtual environment and start the app with pipenv run flask run Adding the postgres database Download postgres https://www.postgresql.org/download/ 2 Create a database team-cheesesteak using pgAdmin