Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juanesgalvis/pif_api_mongodb

API para consultar y almacenar la información del proyecto: pif_react_esp32
https://github.com/juanesgalvis/pif_api_mongodb

mongodb mongodb-atlas nestjs

Last synced: about 1 month ago
JSON representation

API para consultar y almacenar la información del proyecto: pif_react_esp32

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest


API para la consulta y almacenamiento de datos del proyecto PIF: Carro controlado mediante Giroscopio 🧭

## Description

API para almacenar y consultar registros en una base de datos (MongoDB):
- `GET: /registro` -> Consultar todos los registros
- `POST: /registro` -> Guardar un nuevo registro en la base de datos

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```