A simple node express aplication with:
- Typescript
- TypeORM
- Postgres
- Docker
- Execute
docker-compose up
to create the postgres instance - Connect to database and create the .env database (or change to an existing)
yarn
to install the project packagesyarn typeorm migration:run
to run the migrations folderyarn dev
to up server