Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lordelogos/nest-simple-blog


https://github.com/lordelogos/nest-simple-blog

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        


Nest Logo

## Quick start

1. Clone the repo
2. Install deps

```bash
$ pnpm install
```

3. Setup Postgres locally (with Docker)

```bash
$ docker-compose up
```

4. Start the dev server locally

```bash
$ pnpm run start:dev
```

5. Open up swagger docs in your browser [localhost:3000/api](localhost:3000/api)

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ pnpm install
```

## License

Nest is [MIT licensed](LICENSE).