Skip to content

Repository files navigation

Nest Logo Nest Logo

Development

  1. Clonar el proyecto
  2. Copiar el env.template y renombar a .env
  3. Ejecutar
yarn install
  1. Levantar la imagen (Docker desktop)
docker-compose up -d
  1. Levantar el backend de Nest
yarn start:dev
  1. Visitar el sitio
http://localhost:3000/graphql
  1. Ejecutar la "mutation" executeSeed, para llenar base de datos.

About

This is a CRUD application built using GraphQL and NestJS. It allows users to perform basic CRUD operations on a database of items. Features Create, read, update, and delete items using GraphQL queries and mutations Pagination and sorting functionality for viewing large datasets Input validation to ensure data consistency and prevent errors.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages