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

https://github.com/jlumbroso/sequelize-typescript-example

Simple example of the sequelize-typescript package.
https://github.com/jlumbroso/sequelize-typescript-example

example-code node-js sequelize sequelize-typescript typescript

Last synced: 5 months ago
JSON representation

Simple example of the sequelize-typescript package.

Awesome Lists containing this project

README

          

# sequelize-typescript-example

Simple example of the sequelize-typescript package.

## Setup

```
git clone https://github.com/jlumbroso/sequelize-typescript-example
cd sequelize-typescript-example
npm install
```

## Execution

```
npm run exec
```