Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rody-huancas/anylist-graphql-nest
api rest with graphql, nest and postgre
https://github.com/rody-huancas/anylist-graphql-nest
docker graphql javascript nestjs postgresql typeorm typescript yarn
Last synced: 11 days ago
JSON representation
api rest with graphql, nest and postgre
- Host: GitHub
- URL: https://github.com/rody-huancas/anylist-graphql-nest
- Owner: rody-huancas
- Created: 2024-05-12T01:50:48.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-04T00:07:52.000Z (6 months ago)
- Last Synced: 2024-10-17T22:38:34.716Z (29 days ago)
- Topics: docker, graphql, javascript, nestjs, postgresql, typeorm, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. Clonar el proyecto
2. Copiar el env.example y renombrar a .env
3. Instalar las dependencias```bash
yarn install
```
4. Levantar la imagen (Docker Desktop)```bash
docker-compose up -d
```
5. Levantar el backend de Nest
```bash
yarn start:dev
```
6. Visitar el sitio
```bash
localhost:3000/graphql
```