Skip to content

Web application with React/Redux/Node/Express/TypeOrm/Typescript/Postgress

License

Notifications You must be signed in to change notification settings

Johnz86/codecon-enterprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeCon Enterprise

Web application stack build with React/Redux/Node/Express/TypeOrm/Typescript/Postgress

Steps to run this project:

  1. Run yarn install-app command
  2. Setup database settings inside server/ormconfig.json file
  3. Run yarn dev command

Database

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

About

Web application with React/Redux/Node/Express/TypeOrm/Typescript/Postgress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published