Skip to content

Latest commit

 

History

History
144 lines (98 loc) · 5.48 KB

README.md

File metadata and controls

144 lines (98 loc) · 5.48 KB


Logo


Your go-to carpool network for college students!

About The Project

Website Demo

UniRide Demo

Welcome to UniRide

UniRide is the premier carpooling platform designed specifically for college students. By facilitating ride-sharing among peers, UniRide helps reduce travel costs, minimize environmental impact, and ensure safe and reliable transportation options. Here’s what makes UniRide the top choice:

  • Easy Connections: Seamlessly find and connect with fellow students who share your travel routes. Perfect for daily commutes, weekend explorations, or essential trips like reaching the airport.
  • Cost-Effective: Share the cost of travel with peers to keep more money in your wallet for books, food, or a night out.
  • Eco-Friendly: Fewer cars mean less traffic and pollution. Help us make our campus and community cleaner and greener.
  • Safety First: We prioritize your safety by ensuring all users are verified students, creating a trusted network of travel companions.

Join UniRide today to start making your journeys more affordable, enjoyable, and eco-friendly!

Built With

  • Next
  • React
  • Node.js
  • MongoDB

Getting Started

To set up a local copy of UniRide and run it on your machine, follow these instructions. These steps will get you a copy of the project up and running for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following software installed on your computer:

  • npm (Node Package Manager)
    npm install npm@latest -g

Installation

Follow these steps to get your development environment running:

  1. Get a free API Key at https://getstream.io/
  2. Clone the repo
    git clone https://github.com/kumarkrishh/UniRide.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

License

Distributed under the MIT License.

Contact

Krish Kumar - LinkedIn

(back to top)