- Secure - https://certder.appspot.com/secure
- Insecure - https://certder.appspot.com/
- cert.der-web: front end
- cert.der-server: back end
-
Installation
- Front End
cd cert-der-web && npm i- Create
.envfile incert.der-weband fill out values from.env.example - Install Homebrew, and run
npm run setupto setup and install keys for running securely
- Back End
- Make sure serverless is installed globally
- fill out
.envfrom.env.example - Get credentials for Google Cloud, and place in
~/.gclouddirectory - To deploy, run
sls deploy
- Front End
-
To run front end locally,
cd cert.der-weband runnpm run serve
- To add a new component, copy one of the components in the
src/componentsfolder to a new.vuefile - In
main.js, import the component and useVue.component, like the post component is.
Master branch has a hook that auto builds and deploys through Google App Engine
https://documenter.getpostman.com/view/3570478/SzS7P5ij?version=latest