Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordelogos/nest-simple-blog
https://github.com/lordelogos/nest-simple-blog
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lordelogos/nest-simple-blog
- Owner: lordelogos
- Created: 2024-06-09T16:51:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T17:42:21.000Z (5 months ago)
- Last Synced: 2024-10-19T19:54:41.327Z (20 days ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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).