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.
- Host: GitHub
- URL: https://github.com/sinisaos/piccolo-vue-starter
- Owner: sinisaos
- License: mit
- Created: 2022-02-18T08:12:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T07:42:24.000Z (4 months ago)
- Last Synced: 2025-02-09T08:26:42.057Z (4 months ago)
- Topics: fastapi, piccolo, vuejs
- Language: Vue
- Homepage:
- Size: 922 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 moreFor backend installation look at backend readme.
For frontend installation look at frontend readme.