Skip to content

Bourbon is a web application that allows Cornell students to easily view and search through past syllabi to make informed course selections.

Notifications You must be signed in to change notification settings

KrishDesai/bourbon.

Repository files navigation

INFO 1998 - Trends in Web Development
Made with Next.js, TypeScript, Tailwind, Clerk and more.

Bourbon - Cornell Syllabi Viewer

Bourbon is a web application that allows Cornell students to easily view and search through past syllabi to make informed course selections. No need to rely on CourseHero or Class Roster—Bourbon provides all syllabi in one place!

Project Description

Bourbon is designed to help Cornell students access syllabi from previous years in an organized and user-friendly way. By using Bourbon, students can make informed decisions about their courses based on past syllabi without the hassle of searching through old rosters.

Project Setup

Prerequisites

Node.js and npm installed on your machine. Git for version control.

Installation

Clone the repository:
git clone https://github.com/KrishDesai/bourbon.

Navigate into the project directory:
cd bourbon.

Install the dependencies: npm install

Run the development server: npm run dev

Open your browser and navigate to http://localhost:3000.

Environment Variables

To configure Clerk authentication and any other services, create a .env.local file in the root of your project and add the following:

NEXT_PUBLIC_CLERK_FRONTEND_API=<your-clerk-frontend-api> CLERK_API_KEY=<your-clerk-api-key>

Contributing

We welcome contributions to make Bourbon even better! Here’s how you can contribute:

  1. Fork the repository.
  2. Create a feature branch.
  3. Commit your changes.
  4. Push to the branch.
  5. Open a pull request.

Please follow the code style guidelines and ensure all tests are passing before submitting your PR.

About

Bourbon is a web application that allows Cornell students to easily view and search through past syllabi to make informed course selections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published