Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksk1ng/food-delivery-graphql-api
Eats-api
https://github.com/aleksk1ng/food-delivery-graphql-api
aws-s3 docker example graphql jwt nestjs node postgresql redis typeorm
Last synced: 5 days ago
JSON representation
Eats-api
- Host: GitHub
- URL: https://github.com/aleksk1ng/food-delivery-graphql-api
- Owner: AleksK1NG
- Created: 2020-12-07T15:22:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T07:25:38.000Z (about 4 years ago)
- Last Synced: 2024-11-10T07:02:05.702Z (2 months ago)
- Topics: aws-s3, docker, example, graphql, jwt, nestjs, node, postgresql, redis, typeorm
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Nest](https://github.com/nestjs/nest) NestJS GraphQL API example 👋
## Start for local development
```
➜ docker-compose up --build
➜ npm install
➜ npm run start:dev```
#### 👨💻 Full list what has been used:
* [NestJS](https://github.com/nestjs/nest) - NodeJS web framework
* [TypeORM](https://docs.nestjs.com/recipes/hot-reload#typeorm) - NodeJS DB ORM
* [Redis](https://redis.io/) - Redis for subscriptions.
* [Docker](https://www.docker.com/) - Docker
* [PostgreSQL](https://www.postgresql.org/) - PostgreSQL
* [aws-sdk](https://www.npmjs.com/package/aws-sdk) - AWS S3
* [GraphQL](https://docs.nestjs.com/graphql/quick-start) - GraphQL