Skip to content

harley616/RECITATION-14-TEAM-02-SKUUBER

Repository files navigation

Skuuber: The Skiing Rideshare App

Vision: For avid skiers, snowboarders and backcountry hikers who need rides or new friends Skuuber is a website that will connect you to all of the above! Unlike Uber, our product will guarantee you sharing cars with a fellow skiing enthusiast who will share your passion for the powder!

Application Description: The User can login into site, with user profile and user friend list. Users can view a “personal” calendar with their ski/hike/snowboard rides planned. Users can view an “open” calendar with other people’s rides planned. Users can add themselves to other people’s rides if they are friends. Users can friend request another person. Weather given per each day, where we get the weather via an external weather API. This would allow the app to warn Users if there is inclement weather on a certain day.

Recitation: #14

Team Number: #02

Team Name: 2 Fast 2 Furious

Team Members:

Name, Github Username, Email

Oscar Guerrero, TheBenchwarmer21, [email protected]

Sarah Bian, sabi3820, [email protected]

Andrey Lototskiy, lototskiyandrey, [email protected]

Harley Ewert, harley616, [email protected]

Ryan Foley, rfoley0917, [email protected]

Artem Yatsenko, artem9k, [email protected]

----------------------------------------------------------------

To Build the Project: 1: Go to the /src directory 2: Run the command "docker compose up" to start the server (Command does not include the double quotes) 3: Server should now be started. 4: To stop the server run "docker compose down -v"

----------------------------------------------------------------