CoopMe is a website built to simplify the experience of searching for co-op's for students based in British Columbia.
- Next.js – Framework
- Typescript – Language
- Tailwind – CSS
- shadcn/ui - UI Components
- Prisma - ORM
- PostgreSQL - Database
- NextAuth.js – Authentication
- Vercel – Hosting
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
This project is currently being developed by students at the University of Victoria as part of VikeLabs. VikeLabs is a student-led software development club at UVic.
├── LICENSE
├── README.md
├── README1.md
├── components.json
├── direc.sh
├── next-env.d.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.js
├── route.sh
├── tailwind.config.ts
├── tsconfig.json
├── app/
│ ├── favicon.ico
│ ├── globals.css
│ ├── layout.tsx
│ ├── page.tsx
├── components/
│ ├── ui/
│ │ ├── table.tsx
├── lib/
│ ├── utils.ts
├── public/
│ ├── next.svg
│ ├── vercel.svg
├── tests/
│ ├── cookies.json
│ ├── index.ts
│ ├── package.json
│ ├── result.json
│ ├── tsconfig.json
│ ├── yarn.lock