- Node.js + Express
- React + Redux
- AWS Elastic Beanstalk + CloudFormation + Cognito
- Docker
- PostgreSQL
# start db
$ make start-local-db
# start be
$ cd backend/issuedex-api
$ npm install
$ npm start
# start fe
$ cd frontend
$ npm install
$ npm start
Go to localhost:3000
$ make deploy