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

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