manuelzander / fastapi-vue

Let's build something fun!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:6060, http://localhost:6060/docs, and http://localhost:8080 work as expected.

About

Let's build something fun!

License:MIT License


Languages

Language:Python 44.9%Language:Vue 33.8%Language:JavaScript 13.8%Language:Dockerfile 3.4%Language:Makefile 2.5%Language:HTML 1.7%