Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DavidMartinPerez/try-nestjs
Probando a crear una apirest con NestJS un framework de NodeJS
https://github.com/DavidMartinPerez/try-nestjs
mongodb nestjs nestjs-backend node nodejs typescript yarn
Last synced: 20 days ago
JSON representation
Probando a crear una apirest con NestJS un framework de NodeJS
- Host: GitHub
- URL: https://github.com/DavidMartinPerez/try-nestjs
- Owner: DavidMartinPerez
- Created: 2019-10-20T12:21:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:42:58.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:07:06.980Z (4 months ago)
- Topics: mongodb, nestjs, nestjs-backend, node, nodejs, typescript, yarn
- Language: TypeScript
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Probando CRUD en NestJS
Probando este framework de nodejs en TS.
Para lanzarlo necesitamos tener instalado:
* GIT
* Node (En mi caso la versión 10.16.3)
* NestJS: `` npm i -g @nestjs/cli ``
* Yarn: Gestión de dependencias
* MongoDB:Y ejecutar:
* git clone 'https://'
* `` yarn install ``
* Arrancar el proceso de mongodb: mongod (Dependera de tu SO)
* `` npm run start ``Para lanzar peticiones:
* En mi caso las ejecuto desde VSCODE con la extensión 'REST Client 0.22.2'
* Abrir el archivo ``http-request.http``
* y ejecutar las url que hay creadas modificando los identificadores: `` :id ``