Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unidev727 authored Nov 15, 2023
1 parent 7a8501c commit 33329da
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# NestJS MongoDB URL Shortener

[![CI/CD](https://github.com/dominicarrojado/nestjs-mongodb-url-shortener/actions/workflows/ci.yml/badge.svg)](https://github.com/dominicarrojado/nestjs-mongodb-url-shortener/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/dominicarrojado/nestjs-mongodb-url-shortener/branch/main/graph/badge.svg?token=39DMXI4NEL)](https://codecov.io/gh/dominicarrojado/nestjs-mongodb-url-shortener)

A URL shortener server-side app built with [Nest.js](https://nestjs.com/) and [MongoDB](https://www.mongodb.com/).

## Quick Start
Expand All @@ -12,13 +10,13 @@ A URL shortener server-side app built with [Nest.js](https://nestjs.com/) and [M
4. Clone the app:

```bash
git clone [email protected]:dominicarrojado/nestjs-mongodb-url-shortener.git
git clone [email protected]:unicorndev-727/nestjs-url-shortener.git
```

5. Install npm packages - _for IDE type checking_.

```bash
cd nestjs-mongodb-url-shortener
cd nestjs-url-shortener
yarn install --frozen-lockfile
```

Expand Down Expand Up @@ -63,7 +61,3 @@ yarn docker-compose:prod

- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)

## Learn

Learn how to build this url shortener app [here](https://dominicarrojado.com/posts/building-a-link-shortener-api-with-nestjs-and-mongodb-with-tests-part-1/).

0 comments on commit 33329da

Please sign in to comment.