Nest Js Registry Starter

screenshot of Nest Js Registry Starter

Simple CRUD-repository based on Nest.js and mongo. Includes e2e specs.

Overview

This product is a service that stores participants and provides methods to manipulate them. It offers a RESTful API with various endpoints such as creating a participant, getting all participants, updating a participant, and deleting a participant. The service is built using the Nest.js framework and uses a NoSQL database for storage. It also comes with a set of dependencies and dev dependencies for development and testing purposes.

Features

  • API Overview: The service provides several API endpoints for creating, retrieving, updating, and deleting participants.
  • Model Participant: The participant model includes fields such as id, name, birthdate, phoneNumber, and address.
  • Install Docker: The installation guide includes instructions for installing Docker if it's not already installed.
  • Install yarn package manager: The installation guide also includes instructions for installing the yarn package manager.
  • Install Nest.js globally: The installation guide covers the global installation of Nest.js for running the service.
  • Install dependencies: Instructions are provided for installing all the necessary dependencies using yarn.
  • Run app in dev mode: The guide includes the command to run the application in development mode.
  • Run tests: Instructions are provided for running tests with yarn.

Summary

This product is a service for managing participants. It offers a RESTful API with endpoints for creating, retrieving, updating, and deleting participants. The service is built with the Nest.js framework and uses a NoSQL database. Installation instructions are provided, along with information about the model structure and the choice of NoSQL over SQL. The product also includes various dependencies and dev dependencies for development and testing purposes.