An open API service indexing awesome lists of open source software.

https://github.com/sinisaos/piccolo-vue-starter

Starter application template using Piccolo ORM ecosystem (with FastAPI framework) as backend and Vue.js as frontend.
https://github.com/sinisaos/piccolo-vue-starter

fastapi piccolo vuejs

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Starter application template using [Piccolo ORM](https://piccolo-orm.com/) ecosystem (with [FastAPI](https://fastapi.tiangolo.com/) framework) as backend and [Vue.js](https://vuejs.org/) 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](https://piccolo-api.readthedocs.io/en/latest/fastapi/index.html)
- Google login
- and more

For backend installation look at backend readme.

For frontend installation look at frontend readme.