- clone repository
- run
yarn install
- run
docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres
- edit
ormconfig.json
if you use your own instance. or add"logging": true
if you need sql logging - run
yarn start
# simple-express-api