Skip to content

Simple web api server for vue-ToDoApp constructed with fast-api.

Notifications You must be signed in to change notification settings

Yu0614/fastapi-ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-ToDoApp

This app is api server for vue-TodoApp. So to use this app, you should see also that one.

How to start

You can easily start with docker-compose command in this repo.

Further more, you can also use make commands for alias of docker commands.

make commands

  • Start with containers
$ make up
  • Close the containers
$ make down
  • Restart containers
$ make restart
  • Connect to db container
$ make db
  • Connect to api container
$ make api

About

Simple web api server for vue-ToDoApp constructed with fast-api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published