Skip to content

srflaxu40/myledger

Repository files navigation

myledger

Developer Setup:

  • Get .env file from John:

    [email protected]

  • This is an ERN stack application (yes, no 'M' no mongo) that uses npm pg and postgres.

  • First setup the database:

cd databases
  • There is a README in there with instructions on standing up docker with postgres.

  • Install Express and NodeJS modules:

cd ./myledger
npm install
  • Install ReactJS app modules:
cd ./myledger-client
npm install

Run Express App:

./myledger/run.sh

Run React App:

./myledger-client/run.sh

About

myledger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published