Skip to content

testdrivenio/fastapi-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 14, 2022
b1737ee · Dec 14, 2022

History

6 Commits
Dec 14, 2022
Aug 14, 2021
Dec 14, 2022
Aug 16, 2021
Dec 14, 2022

Repository files navigation

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.