https://github.com/aleksk1ng/nestjs-api
NestJS REST API example
https://github.com/aleksk1ng/nestjs-api
aws-s3 docker elasticsearch nestjs nodejs postgresql rest-api swagger typeorm typescript
Last synced: 11 months ago
JSON representation
NestJS REST API example
- Host: GitHub
- URL: https://github.com/aleksk1ng/nestjs-api
- Owner: AleksK1NG
- Created: 2020-12-04T15:12:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T10:43:49.000Z (over 5 years ago)
- Last Synced: 2025-07-13T17:50:06.794Z (12 months ago)
- Topics: aws-s3, docker, elasticsearch, nestjs, nodejs, postgresql, rest-api, swagger, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 849 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Nest](https://github.com/nestjs/nest) REST API example 👋
## Start for local development
```
➜ docker-compose up --build
➜ npm install
➜ npm run start:dev
```
#### 👨💻 Full list what has been used:
* [Nest](https://github.com/nestjs/nest) - Node.js framework
* [TypeORM](https://docs.nestjs.com/recipes/hot-reload#typeorm) - Node.js ORM.
* [Elasticsearch](https://www.npmjs.com/package/@nestjs/elasticsearch) - Node.js Elasticsearch client.
* [Docker](https://www.docker.com/) - Docker
* [PostgreSQL](https://www.postgresql.org/) - PostgreSQL
* [aws-sdk](https://www.npmjs.com/package/aws-sdk) - AWS S3
* [Swagger](https://docs.nestjs.com/openapi/introduction) - Swagger