This project is build with node-js, express, and mongdb (backend), and angular framework (frontend).
Visit our website: shockmail.today Visit internal testing demo app: shockmail.test
$ npm run start:client # port 4200
$ npm run start:server # port 3000
$ stripe listen --forward-to localhost:3000/api/stripe/webhook
$ docker-compose up --build
$ docker-compose -f docker-compose.prod.yml build
$ docker-compose -f docker-compose.prod.yml up --build # port 80
Edit and update Dockerrun.aws.json file, and deploy to aws elastic beanstalk.
We use SemVer for versioning. For the versions available, see the tags on this repository.