Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 733 Bytes

File metadata and controls

15 lines (10 loc) · 733 Bytes

FullStack Tutorial

In this fullstack tutorial, I will implement a simple CRUD App, including:

Implementation

One of the fancy part of web app is that it is seperated by layers.

  • The top layer is frontend, which is a React based project.
  • The middle layer is backend, which is a flask based python project.
  • The bottom DB is a mysql Project, the ER diagram can be found here. ER