Community-driven platform to find the best outdoor fitness and sports areas in your city. Sudo was made as a final project for the Lighthouse Labs Web Development Bootcamp by Eric Bennett, Bruno Verissimo, and Luke Oloffs.
Sudo is hosted and available for anyone to use via Heroku at: https://sudo-fitness.herokuapp.com/
- Discover outdoor workout locations with geolocation or search
- Create or delete workout locations
- Favourite locations
- Filter locations by favourited or activity type
- Get directios via Google Maps button in location popup
- React v16.8
- Ruby v2.6
- Rails v5.2
- Leaflet and plugins
- Material UI
- PostgreSQL
- Run
bundle install
from root directory to install Rails dependencies - Run the Rails server with
rails s -b 0.0.0.0 -p 3001
in root directory - Install all dependencies with
npm install
in client folder - Run the React Development Server with
npm start
in client folder