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 venv
create virtual env folder (run once). venv/bin/activate
enter virtual envdeactivate
leave virtual env
pip3 install -r requirements.txt
install python requirements
cp .env.example .env
flask --app main --debug run
start the server for developmenttailwindcss -i styles/main.css -o static/css/main.css --watch
start tailwindcss