Here's some quick steps to run the app!
Create a virtual enviornment
conda create -n vault-server python=3.9
source activate vault-serverRun the following command to download requirements
Hey Alex,,,
and edit line 11 when you make changes
Start the app using:
DB_HOST= DB_PORT= DB_DATABASE= DB_USER=
MAIL_SERVER= MAIL_PORT= MAIL_USERNAME= MAIL_PASSWORD= MAIL_DEFAULT_SENDER= MAIL_USE_TLS=
git config --local credential.helper ""then run
git push origin master