Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 315 Bytes

FastAPI CRUD - With MVC Pattern

FastAPI Simple CRUD services that can do authentication

How To Run Application

Ensure you have docker in your local

Installation

  cd fastapi-crud-mvc
  docker build . -t mvp/sound-light:latest
  docker run -p 8000:8000 mvp/sound-light:latest

testing