Skip to content

MarcinKasprowicz/issuedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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