@reactivers/express-sequelize-ts
v1.0.6
Published
Express, sequelize, typescript, unit test
Maintainers
Readme
Installation
npx @reactivers/express-sequelize-ts your-app-nameGetting Started
- Make sure the ports "5500" and "4500" are available on your end!
- Postgres ->
5500 - Backend ->
4500
- Postgres ->
- Edit
.envfiles before you start - Edit
container_namefields indocker-compose.ymlfile - Edit
init.sqldatabase names
Note!
- Make sure database names are matched in
init.sqland.envfiles!
Running Tests
npm run testDocker
BUILD
docker-compose up -d --buildAddress
The app will be running at
http://localhost:4500Clean
docker-compose down --remove-orphans --rmi "local" --volumes