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.
- Latest version of Node.js
 - bun.js
 - Docker (if the database is not installed directly on your system)
 
- First, set up the database using Docker:
 
docker-compose up -d- Next, build the project using the following command:
 
bun run build- Finally, start the application:
 
bun run startThis project is licensed under the MIT License.