https://github.com/robinbuschmann/sequelize-typescript-example
https://github.com/robinbuschmann/sequelize-typescript-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinbuschmann/sequelize-typescript-example
- Owner: RobinBuschmann
- Created: 2017-11-25T18:58:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T16:36:26.000Z (over 3 years ago)
- Last Synced: 2024-12-10T00:42:10.220Z (over 1 year ago)
- Language: TypeScript
- Size: 281 KB
- Stars: 162
- Watchers: 6
- Forks: 54
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sequelize-typescript-starter
## Installation
```
npm install
```
## Start server
```
npm start
```