Streamline URL shortening on the scalable NestJS framework.
$ npm install
cp .env.example .env
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Shortify: Streamline URL shortening on the scalable NestJS framework
TypeScript