muriiloandrade / url-shortener

Putting the study of NestJS in practice building this microapp that shortens an URL. Based on Traversy Media's videos about NestJS and Building a Custom URL Shortener.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This application was built with Nest framework and has the purpose of putting my TS/JS skills. I built this reading the Nest docs, watching a NestJS crash course and a Building a Custom URL Shortener Service video from Traversy Media.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

Tests are pending implementation.

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Putting the study of NestJS in practice building this microapp that shortens an URL. Based on Traversy Media's videos about NestJS and Building a Custom URL Shortener.


Languages

Language:TypeScript 100.0%