Skip to content

mdn-network/Fyyur-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors