Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

lawcia/yoga-class-booking-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yogabook 🧘

Yogabook is a fitness class venue and yoga instructor booking site that enables the discovery and booking of classes between independent instructors and venues.

Technologies

  • SQLAlchemy ORM
  • PostgreSQL
  • Python | Flask
  • HTML
  • CSS
  • JavaScript

Database Schema

The relationships between venues and yoga instructors is modelled below.

Scripts

  1. Create app

export FLASK_APP=yogabook

  1. Set development environment

export FLASK_ENV=development

  1. Seed the database

flask seed seed

  1. Clear the database

flask seed clear

  1. Make migrations

flask db migrate

  1. Upgrade database

flask db upgrade

  1. Start project

flask run

About

Yogabook is a fitness class venue and yoga instructor booking site that enables the discovery and booking of classes between independent instructors and venues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors