Skip to content

About Express + TypeScript + Boilerplate (Docker)

Notifications You must be signed in to change notification settings

AstaDK/express-ts

Repository files navigation

Express TS

This is base project setup Express with Typescript - you can use docker and docker compose to run local or production mode

How to start

  1. Install dependencies
$ yarn add
  1. Copy and config file .env
$ cp .env-example .env

Start without docker

$ yarn serve

Start with docker

$ docker-compose up

Start with docker - mode production

$ docker-compose -f docker-compose.prod.yml up

Connect to manage database: http://localhost:8100/?pgsql=db&username=postgres&db=dev

Update to use mongodb - coming soon