Skip to content

petern48/bruber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruber

CS35L Project

Assets/Bruber-Logo.png

What is Bruber?

Bruber is a ridesharing coordination app designed specifically for UCLA students (Go Bruins!). It aims to provide a convenient platform for Bruins to coordinate and share rides to and from campus or other locations such as LAX or other campuses.

Inspiration:

After observing numerous UCLA students seeking ride sharing options on Snapchat, we decided to build a transportation web app service for students to conveniently ride share - Bruber.

Features

Easy ride coordination: Bruber allows users to easily coordinate and schedule rides with fellow Bruins. Flexible scheduling: Bruins can schedule rides in advance or find immediate rides based on their preferences and availability.

How to Use Bruber?

  • Go to the Bruber website
  • Create an account with an email/password combination or your Google account.
  • Set up your profile with your name and phone number.
  • Explore available rides or create a new ride listing as a driver.
  • When you find a suitable ride or a passenger, coordinate the details with your fellow Bruberers through the given contact information.
  • Complete the ride and leave feedback for your fellow Bruins to help maintain a reliable community.

Interact:

Live/hosted version of our website: https://bruber.vercel.app/

Run Locally:

To Run this project Locally:

IMPORTANT: We have environment variables that you will have to replace to be able use properly. Please be mindful of that!

We recommend interacting with the App, using the deployed links, but if you want to test locally please create .env files in both frontend and backend folders and update according to your preference.

$ git clone https://github.com/shzcuber/bruber

To start the backend:

$ cd backend
$ npm i
$ node app.js

then, to start the frontend

$ cd frontend
$ npm i
$ npm start

Optional: You can also activate the Landing page with the following:

$ cd landing
$ npm i
$ npm start

How it works

Assets/4.png Assets/5.png Assets/6.png Assets/7.png Assets/8.png Assets/9.png Assets/10.png Assets/11.png

Technology Stack and Acknowledgements

We used:

Creators

  • Kevin Xia
  • Shawn Zhuang
  • Viraj Chhajed
  • Peter Ngyuen
  • Jimmy Fang

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 4.3%
  • CSS 2.8%