- clone repository
- run npm i
- edit ormconfig.jsonand change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
- run npm start
- open http://localhost:3000/postsand you'll empty array
- use curl, postman or other tools to send http requests to test your typeorm-based API
- install typeormglobally:npm i -g typeorm
- run typeorm -hto show list of available commands