Skip to content

ZhuZean/bookkeeping-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookkeeping Project

This is a demo project for bookkeeping application. It is based on the Vue 3, FastAPI and Nginx.

Workflow

Managed by the GitHub Kanban board

Deployment with Kubernetes 🌟

See more details in this page

Preview

Online demo

Prototype

Frontend:

Backend:

Frontend (Vue 3)

It shows how to add a new record on the bookkeeping for current month dynamically.

image

Backend (FastAPI)

FastAPI is used to make the Restful APIs.

OpenAPI schema

image

Run in the local machine

Check this page about how to deploy it with minikube in the local machine