OSRS task tracker and generator
See live version - https://www.osrstaskapp.com/
git submodule update --init
https://www.python.org/downloads/
python3 -m venv /path/
source /path/bin/activate
/path/Scripts/Activate.ps1
For example
export FLASK_ENV=development
export MONGO_URI=mongodb://root:example@localhost:27017/
export SENDGRID_API_KEY=192b9bdd22ab9ed4d12e236c78afcb9a393ec15f71bbf5dc987d54727823bcbf
export SECRET_KEY=192b9bdd22ab9ed4d12e236c78afcb9a393ec15f71bbf5dc987d54727823bcbf
pip install -r requirements.txt
Follow instructions on https://docs.mongodb.com/manual/administration/install-community/
to install mongoDB
Alternatively, if you use Docker, you can run a Mongo DB instance using docker compose up
In mongoDB Compass or CLI, connect to mongodb://localhost:27017/
Run python taskapp.py
or source dev.sh && python taskapp.py
Open http://127.0.0.1:5000/
on a browser to open the app