1.0.3 • Published 1 year ago

@reactivers/express-ts v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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