Skip to content

bhupeshpr25/bingeboard-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bingeboard-backend

Introduction

This is the backend API for the bingeboard application

Tech Stack

The tech stack for this API includes:

  • Node.js
  • TypeScript
  • PostgreSQL
  • Prisma
  • Jest with Supertest

Installation

1. clone the repository

git clone https://github.com/bhupeshpr25/bingeboard-backend

2. install dependencies

npm install

3. set environment variables

Create a .env file in the root directory with the following data :

DATABASE_URL=<your database url> JWT_SECRET=<your jwt secret>

4. run the application

npm run dev

Additional Links

frontend repository - code

live deployment- link

About

REST API with Node.js, Express.js, Typescript and JWT auth

Topics

Resources

Stars

Watchers

Forks