Web application stack build with React/Redux/Node/Express/TypeOrm/Typescript/Postgress
Steps to run this project:
- Run
yarn install-app
command - Setup database settings inside
server/ormconfig.json
file - Run
yarn dev
command
If you want to use docker for setup of postgres database you can use this command to match the current ormconfig.json
docker run --name enterprise-db -e POSTGRES_PASSWORD=password -e POSTGRES_DB=enterprise -e POSTGRES_USER=rem -p=5432:5432 -d postgres