Skip to content

FastApi and Vue Note App containarized using Docker

Notifications You must be signed in to change notification settings

joalzamora/fastapi-vue-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastApi and Vue note app

Tutorial: https://testdriven.io/blog/developing-a-single-page-app-with-fastapi-and-vuejs/

Built using vue.js as the frontend, fastapi as the backend and postgres as database.

The app is containarized is 3 container fronend, backend and db.

Run project

To run the project execute the following command

docker-compose up -d --build

This will run the project for development, the docker-compose for profuction isn't created yet.

About

FastApi and Vue Note App containarized using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.7%
  • Vue 37.6%
  • JavaScript 14.4%
  • HTML 1.9%
  • Dockerfile 1.4%