Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 876 Bytes

File metadata and controls

38 lines (28 loc) · 876 Bytes

Fyyur

Introduction

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.

Test the functionality of this project

To start and run the local development server,

  1. Clone this repo:

    $ git clone https://github.com/Philipotieno/Fyyur-App.git
    
  2. Initialize and activate a virtualenv:

    $ virtualenv -p python3 venv
    
  3. Install the dependencies:

    $ pip install -r requirements.txt
    
  4. Make migrations:

    $ flask db migrate
    $ flask db upgrate
    
  5. Run the development server:

    $ python3 app.py
    
  6. Navigate to Home page http://localhost:8080