Fyyur is a musical venue and artist booking site that facilitates the discovery and bookings of shows between local performing artists and venues. This site lets you list new artists and venues, discover them, and list shows with artists as a venue owner.
To start and run the local development server,
-
Clone this repo:
$ git clone https://github.com/Philipotieno/Fyyur-App.git -
Initialize and activate a virtualenv:
$ virtualenv -p python3 venv -
Install the dependencies:
$ pip install -r requirements.txt -
Make migrations:
$ flask db migrate $ flask db upgrate -
Run the development server:
$ python3 app.py -
Navigate to Home page http://localhost:8080