Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/typescript-rest-api
rest api con typescript
https://github.com/sebastiandotdev/typescript-rest-api
Last synced: 25 days ago
JSON representation
rest api con typescript
- Host: GitHub
- URL: https://github.com/sebastiandotdev/typescript-rest-api
- Owner: sebastiandotdev
- Created: 2023-01-16T21:18:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T15:00:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-26T18:54:03.718Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rest api typescript
## indice
- prambulo
- aprendizaje
- tecnologias usadas## preambulo
- Vamos a desarrollar una rest api en donde usaremos postgresql como base de datos y javascript pero con poderes `(typescript)` sera una rest api donde funcionaran los metodos GET, POST, PUT , DELETE un crud sencillo con ayuda `thunder client` que se encargara de hacer estas peticiones por parte del cliente
## aprendizaje
- mi aprendizaje en el dia de hoy finazalizando este proyecto fue: entender mas los concepto de una rest api, manejar mucho mejor el tipado de typescript y ejecutar comando sql sin nignua dificultad
## tecnologias usadas
- Typescript
- Node js
- Express js
- postgresql