Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shehza-d/url-shortener-nestjs
A URL Shortener in NestJs to practice backend
https://github.com/shehza-d/url-shortener-nestjs
nestjs nestjs-backend url-shortener
Last synced: 3 months ago
JSON representation
A URL Shortener in NestJs to practice backend
- Host: GitHub
- URL: https://github.com/shehza-d/url-shortener-nestjs
- Owner: shehza-d
- License: mit
- Created: 2023-11-24T12:42:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T10:42:55.000Z (9 months ago)
- Last Synced: 2024-04-24T15:19:59.316Z (9 months ago)
- Topics: nestjs, nestjs-backend, url-shortener
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener NestJs
Udemy free course: [The complete NestJS developer. Enterprise Node.js framework](https://www.udemy.com/course/the-complete-nestjs-developer-enterprise-nodejs-framework/)
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```