Skip to content

marinakuranda/cd0046-SQL-and-Data-Modeling-for-the-Web

 
 

Repository files navigation

Fyyur

This is the project made as a part of Full Stack Web Developer on Udacity.

Prerequisites

Python 3 PosstgressDB

Running locally

´´´bash

Istall dependencies

pip install -r requirements.txt

Activate the environment

source ./myenv/bin/activate

Run the app

python3 app.py ´´´

Database Migration

create migration when anythin changed in the model

flask db migrate

apply the latest migration to the Database

flask db upgrade

Inspiration

About

Project Fyyur Artist Booking Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.4%
  • HTML 32.9%
  • CSS 7.9%
  • JavaScript 1.2%
  • Mako 0.6%