- clone repository
- run
npm i
- edit
ormconfig.json
and change your database configuration (you can also change a database type, but don't forget to install specific database drivers) - run
npm start
- enjoy!
- install
typeorm
globally:npm i -g typeorm
- run
typeorm -h
to show list of available commands