URL shortener api

The purpose of this project is for learning NEST.js

Tech stack

  • Nest.js
  • Prisma
  • Redis
  • Postgres

How to run this project

  1. Install dependencies
npm i
  1. Start Docker for Postgres and Redis
npm run docker:start
  1. Migrate Database
npm run db:migrate:dev
  1. Start the project
npm run start:dev