Created by Jasmine Li and Steven Yu as final onboarding project for FA2023 Cornell DTI new developers.
CUSoon is a bus metasearch engine and reviews website that enables Cornell community members to search for and compare bus tickets from leading commercial and Cornell providers. We connect Cornell with the world π
Our functionality:
- Search for bus rides from C2C, Flixbus, Ourbus, and Megabus
- View real-time info about number of seats left, price, and times
- See and leave community reviews and ratings by bus provider
This repository is a monorepo containing the frontend and backend for the project.
Frontend
- React
- TailwindCSS
- Next.js
- TypeScript
Backend
- Firebase
- Node.js
- Express
- Cheerio
- TypeScript
- Clone the repo
- To run the API, cd into ./server, install dependencies using
npm install
, and typenpm run dev
- To run the frontend, cd into ./frontend, install dependencies using
npm install
, and typenpm run dev