Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).