Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedroobando/apipostgres
api rest postgres en ES6
https://github.com/pedroobando/apipostgres
Last synced: 1 day ago
JSON representation
api rest postgres en ES6
- Host: GitHub
- URL: https://github.com/pedroobando/apipostgres
- Owner: pedroobando
- Created: 2019-11-14T21:06:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:08:32.000Z (about 2 years ago)
- Last Synced: 2024-11-10T14:46:22.545Z (about 2 months ago)
- Language: JavaScript
- Size: 623 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[REST Api](https://www.youtube.com/watch?v=sA3t4d1v7OI) PostgreSQL & Nodejs REST API, Sequelize, Babel.
Esta vez de la mano de Fazt, se construyo un apirest con Javascript ES6 usando Babel como transpilador, interezante estructura que propone, parecido a NESTJS.
## Running the app
```bash
# instalacion
$ npm install# development
$ npm run dev# production mode
$ npm run build# start production mode
$ npm start
```## Base de datos
Se uso Docker, para montar la base de datos de Postgres 11. Exite un directorio sql donde esta un archivo docker.txt con las instrucciones para el contenedor de la base de datos.
## Canal original Youtube
- Author - [Fazt Code](https://www.youtube.com/channel/UCMn28O1sQGochG94HdlthbA)
## License
Pedro Obando is [MIT licensed](LICENSE).