This project depends on the following
- Flask
- Babel
- [Sql-Alchemy]https://www.sqlalchemy.org/)
- Psycopg2
Fyyur is a venue and artist booking site that lets an artist find a venue and venue to find an artist. This site lets you post a new artists and venues, create shows linking an artist and a venue.
-
Clone this repo:
$ git clone https://github.com/Biswas-N/fyyur.git
-
Create an environment (using
virtualenv
) and activate the environment (for windows):$ virtualenv env $ source env/Scripts/activate
-
Install the dependencies:
$ pip install -r requirements.txt
-
Edit config.py and add you database path
-
Apply the migrations to the database
$ flask db upgrate
-
Run the development server:
$ python3 app.py
-
Navigate to Home page http://localhost:8000/