A speed typing practice tool for programmers.
NOTE: this is a laboration for setting up code architecture and does not try to be a complete app.
node.jsdocker(optional)postman(optional)
npm icp .env.example .envnpm run dev-dbnpx prisma dev --migrate
npm run dev
Deploy script will only listen to one branch, and needs to be updated in GCP Cloud Build.
git push
All development dependencies in package.json are included in the production build to keep the Dockerfile as simple as possible.