Flask backend api for distributing and storing the messages of support for the community website project of theMano Aloe Support Squad (M.A.S.S) discord server Link
List of commands to run in order to get the server to work.
pip install -r requirements.txt
py3 manage.py db init
py3 manage.py db migrate
py3 manage.py create_db
py3 manage.py runserverPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.