This is a simple web app built in high school to find gender-neutral restrooms anywhere in the US. Visit restroom.network to see it in action.
- web framework: flask
- template engine: jinja2
- css framework: current tailwindcss; past bootstrap
python3 -m venv venvcreate virtual env folder (run once). venv/bin/activateenter virtual envdeactivateleave virtual env
pip3 install -r requirements.txtinstall python requirements
cp .env.example .envflask --app main --debug runstart the server for developmenttailwindcss -i styles/main.css -o static/css/main.css --watchstart tailwindcss