Skip to content

LCBRU/information_governance

Repository files navigation

Flask Template

Basic flask template

Installation and Running

  1. Download the code from github
git clone [email protected]:rabramley/volca_sample_manager.git
  1. Install the requirements

Go to the flask_template directory and type the command:

sudo apt install python3-dev libldap2-dev libsasl2-dev

pip install -r requirements.txt
  1. Create the database using

Staying in the flask_template directory and type the command:

./manage.py version_control
./manage.py upgrade
  1. Run the application

Staying in the flask_template directory and type the command:

./app.py

Development

Testing

To test the application, run the following command from the project folder:

pytest

About

Standard Information Governance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published