This is a full stack project with frontend using vue, backend using flask framework and database using mysql. The project has been deployed on kubernetes, and there are three pod respectively for frontend, backend and database.
| Folder | Description |
|---|---|
| /kubernetes | All yaml used for deploying |
| /backend | The backend code and Dockerfile |
| /frontend | npm run build dist and Dockerfile |
| /mysql | mysql Dockerfile |