- The project implement the token-based authorization and authentication system. It has two back-end servers which are implemented by node.js.
- Continuous Deployment from github repo
- by google cloud run setting
- express server
npm run dev
: dev modenpm run build
: build codenpm run start
: invoke the express server to serve the web apge
- default: 3000
- to customize the port, edit
process.env.PORT=[your value]
- dev: localhost
- prod: https://react-playground-7kgn6zbeya-uc.a.run.app/
- get csrf token at server side rendering
- PWA
- authentication front-end flow redesign