@reactivers/express-ts
v1.0.3
Published
Express, typescript, unit test
Downloads
8
Maintainers
Readme
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
- Postgres ->
- Edit
.env
files before you start - Edit
container_name
fields indocker-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