testdrivenio / fastapi-vue

Single Page App with FastAPI and Vue.js

Repository from Github https://github.comtestdrivenio/fastapi-vueRepository from Github https://github.comtestdrivenio/fastapi-vue

Developing a Single Page App with FastAPI and Vue.js

Want to learn how to build this?

Check out the post.

Want to use this project?

Build the images and spin up the containers:

$ docker-compose up -d --build

Apply the migrations:

$ docker-compose exec backend aerich upgrade

Ensure http://localhost:5000, http://localhost:5000/docs, and http://localhost:8080 work as expected.

About

Single Page App with FastAPI and Vue.js

License:MIT License


Languages

Language:Python 46.4%Language:Vue 36.6%Language:JavaScript 13.8%Language:HTML 1.8%Language:Dockerfile 1.5%