Skip to content

Latest commit

 

History

270 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Create a .env file in the project root with database config as shown below

.
├── soundfront
├── sql
├── tests
├── README.md
└── .env

export DB_SERVER=localhost,1433
export DB_DATABASE=soundfront
export DB_USERNAME=sa
export DB_PASSWORD='Password'

export FLASK_APP=soundfront
export FLASK_ENV=development

Use the following command to start the flask server

flask run

Use the following command to run tests

python -m unittest discover tests

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages