Skip to content

🔥 FayIR is a project which provides chance to bring musical venues and artists together.

Notifications You must be signed in to change notification settings

muhammet-mucahit/FayIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 FayIR 🔥

Video

Introduction

FayIR is a project which provides chance to bring musical venues and artists together. You can add a show with an Artist in an Venue and control all of these processes.

Development Setup

To start and run the local development server,

  1. Find config.py file and change Database with yours:

If you use any database other than Postgres, you have to add your dialect package to requirements.txt

$ SQLALCHEMY_DATABASE_URI = '<Put your local database url>'
$ flask db init
$ flask db migrate
$ flask db upgrade
  1. Initialize and activate a virtualenv:
$ cd YOUR_PROJECT_DIRECTORY_PATH/
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Run the development server:
$ export FLASK_APP=myapp
$ export FLASK_ENV=development # enables debug mode
$ python3 app.py
  1. Navigate to Home page http://localhost:5000

About

🔥 FayIR is a project which provides chance to bring musical venues and artists together.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published