Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 886 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 886 Bytes

Nodejs training

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.

Technologies

Installation

You need to install docker on your machine before the installation.

Run a local db with docker

npm run local-db

Run dev environment

npm run dev

### Build image

docker build .

Start image

docker run nodejstraining