Skip to content

[high school project] flask app that finds gender neutral restrooms anywhere in America using Yelp Fusion

License

Notifications You must be signed in to change notification settings

VPhung24/GNR-Restrooms-for-All

Folders and files

NameName
Last commit message
Last commit date

Latest commit

882ed42 · Jul 20, 2024

History

20 Commits
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Sep 1, 2022
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024

Repository files navigation

GNR: Restrooms for All

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.

Getting Started

Virtual Environment

  • python3 -m venv venv create virtual env folder (run once)
  • . venv/bin/activate enter virtual env
  • deactivate leave virtual env

Install Dependencies

  • pip3 install -r requirements.txt install python requirements

Create .env in project directory

cp .env.example .env

Development

  • flask --app main --debug run start the server for development
  • tailwindcss -i styles/main.css -o static/css/main.css --watch start tailwindcss

License

License: MIT

About

[high school project] flask app that finds gender neutral restrooms anywhere in America using Yelp Fusion

Topics

Resources

License

Stars

Watchers

Forks