![](https://user-images.githubusercontent.com/72507996/206082995-aac2d194-515c-4e72-b470-f3ea9ac747ff.png)
Buu is a simple way to find your college, careers, campuses and regions. The goal of this project is to gather all the information in one place to help students find the best university for them.
Framework: Next.js
End-to-end: tRPC
ORM: Prisma
Authentication: NextAuth
Style: TailwindCSS
- Authentication
- Admin Dashboard
Clone the project
git clone https://github.com/omgismartinez/buu.git
Go to the project directory
cd buu
Install dependencies
npm install | yarn
Start the server
npm run dev | yarn dev