Cepheus is technical fest of IIT Goa. This is the backend for the website of Cepheus.
- NodeJS
- Bun
- Typescript
- Prisma
- PostgreSQL
- Apollo GraphQL
- Google OAuth + JWT
How to run this project:
using Bun:
bun install
Prisma migrations
bunx prisma migrate dev
To run:
bun run src/index.ts
same can be done with other package managers like npm or yarn