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.gitGo to the project directory
cd buuInstall dependencies
npm install | yarnStart the server
npm run dev | yarn dev