Skip to content

hdck007/product-heist-backend

Repository files navigation

Product heist backend

A REST API built with express that let's you buy product smartly by comparing them from Amazon and Flipkart

Run Locally

Clone the project

  git clone https://github.com/hdck007/product-heist-backend.git

Go to the project directory

  cd product-heist-backend

Install dependencies

  npm install

Start the development server

  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL

SHADOW_DATABASE_URL

ACCESS_TOKEN_SECRET

REFRESH_TOKEN_SECRET

Tech Stack

  • Nodejs
  • Expressjs
  • Prisma
  • Planescaledb
  • jsonwebtoken
  • node-cron

Theses improved my devlopment experience

  • husky
  • eslint ✨ (Airbnb config)
  • commitlint 💯
  • prisma-studio 💖

About

A rest api that helps you compare and buy products smartly

Topics

Resources

Stars

Watchers

Forks