Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 649 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 649 Bytes

Installation

npx @reactivers/express-ts your-app-name

Getting Started

  • Make sure the ports "5500" and "4500" are available on your end!
    • Postgres -> 5500
    • Backend -> 4500
  • Edit .env files before you start
  • Edit container_name fields in docker-compose.yml file
  • Edit init.sql database names

Note!

  • Make sure database names are matched in init.sql and .env files!

Running Tests

npm run test

Docker

BUILD

docker-compose up -d --build

Address

The app will be running at

http://localhost:4500

Clean

docker-compose down --remove-orphans --rmi "local" --volumes