Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Nest Logo

## 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
```