This is the backend API for the bingeboard application
The tech stack for this API includes:
- Node.js
- TypeScript
- PostgreSQL
- Prisma
- Jest with Supertest
git clone https://github.com/bhupeshpr25/bingeboard-backend
npm install
Create a .env file in the root directory with the following data :
DATABASE_URL=<your database url>
JWT_SECRET=<your jwt secret>
npm run dev
frontend repository - code
live deployment- link