Skip to content

mammaadDeveloper/nestjs-shorter-link

Repository files navigation

nestjs-shorter-link

A simple project for URL shortening using the NestJS framework. This project provides a basic implementation of a URL shortener and serves as a practice exercise for beginner developers.

Prerequisites

  • Latest version of Node.js
  • bun.js
  • Docker (if the database is not installed directly on your system)

Installation

  1. First, set up the database using Docker:
docker-compose up -d
  1. Next, build the project using the following command:
bun run build
  1. Finally, start the application:
bun run start

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published