This is a project for training nodejs. It uses Docker to quickly build and run the project. For database, it uses PostgreSQL and TypeORM as ORM, and to expose an API, it uses Express.
You need to install docker on your machine before the installation.
npm run local-db
npm run dev
### Build image
docker build .
docker run nodejstraining