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

https://github.com/pollend/terasology-module-service


https://github.com/pollend/terasology-module-service

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Migrations
https://github.com/typeorm/typeorm/blob/master/docs/migrations.md

run migration to setup scheme
```
npx ts-node ./node_modules/typeorm/cli.js migration:run
```