Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 571 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 571 Bytes

alt text alt text

Visit

Stack

  • Node.js + Express
  • React + Redux
  • AWS Elastic Beanstalk + CloudFormation + Cognito
  • Docker
  • PostgreSQL

Run

# start db
$ make start-local-db

# start be
$ cd backend/issuedex-api
$ npm install
$ npm start

# start fe
$ cd frontend
$ npm install
$ npm start

Deploy

$ make deploy