Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juanesgalvis/pif_api_mongodb
- Owner: JuanesGalvis
- Created: 2021-07-13T05:25:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T00:35:47.000Z (over 3 years ago)
- Last Synced: 2024-10-24T22:16:19.670Z (3 months ago)
- Topics: mongodb, mongodb-atlas, nestjs
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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
```