A URL-shortener service built with NestJS and TypeScript.
This project provides a simple API for creating and managing shortened URLs, built with the NestJS framework.
Clone the repository and install dependencies:
git clone https://github.com/aifia105/URL-shortener-service.git
cd URL-shortener-service
npm install
Running the App
- Development:
npm run start
- Watch Mode:
npm run start:dev
- Production:
npm run start:prod