Skip to content

Crimson CarShare Ride Sharing Application

Notifications You must be signed in to change notification settings

jacksonmoody/crimson-carshare

Repository files navigation

Crimson Carshare

This is an application to allow Harvard College students to share rides with each other. It is built with Next.js and Supabase.

Getting Started

  1. Clone the repository:
git clone https://github.com/jacksonmoody/crimson-carshare.git
  1. Install dependencies:
cd crimson-carshare
npm install
  1. Set up Supabase:
  • Create a Supabase project and obtain the Supabase URL and Anonymous Key.
  • Create a .env file and set the NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to the credentials from Supabase.
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:3000 to see the app.

About

Crimson CarShare Ride Sharing Application

Resources

Stars

Watchers

Forks