Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 576 Bytes

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.