Skip to content

zricethezav/init-demo-gitleaks-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVS for Microservices

Example of MVS for a simple python app managing movies and their actors

Companion repository for the talk at OWASP New Zealand 2022

Installation

  1. Create a virtual environment
  2. Install dependencies (pip install -r requirements.txt)
  3. Run the API (uvicorn main:app --port 8000)

There are 4 endpoints:

  • /movies: list of movies
  • /movies?title=<TITLE>: to search for a particular movie
  • /movie/<id>: to get some details about a movie
  • /movie/<id>/stars: to get the list of the movie actors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published