/fyyur

Primary LanguagePython

Development Setup

  1. Clone the repo:
git clone https://github.com/jgrindall/fyyur.git
  1. Use Python 3.12 for the following:

  2. Install dependencies:

pip install -r requirements.txt
  1. Create a .env file in the project root (fyyur/.env)

  2. Add your postgres password to the .env file in the following format:

POSTGRES_PWD=<this is my password>
  1. Setup a database called fyyur

  2. Create tables using:

./upgrade.sh
  1. Run the dev server:
./run.sh

See also the walkthrough.mp4 in the root folder for a video showing a fresh install and all steps.