Skip to content

maranemil/fastapi-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

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:

/usr/bin/docker-compose -f docker-compose.yml -p fastapi-vue up -d

Apply the migrations:

/usr/bin/docker-compose exec backend aerich upgrade

Stop containers

/usr/bin/docker-compose -f docker-compose.yml -p fastapi-vue stop backend frontend db

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

About

Single Page App with FastAPI and Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.7%
  • Vue 35.2%
  • JavaScript 13.9%
  • HTML 1.8%
  • Dockerfile 1.4%