Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 568 Bytes

Starter application template using Piccolo ORM ecosystem (with FastAPI framework) as backend and Vue.js as frontend.

The template includes several useful things such as:

  • user authentication
  • user management (with user profile and crud dashboard)
  • simple table crud using FastAPIWrapper
  • Google login
  • and more

For backend installation look at backend readme.

For frontend installation look at frontend readme.