Skip to content

watcharap0n/test-security-observatory-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure by design service with FastAPI

this repository create for test security from mozilla Observatory

score result this service 120/100

Build Setup

# install dependencies
$ pip install -r requirements.txt

# serve with hot reload at localhost:8000
$ cd signature_middleware
$ uvicorn server.main:app --reload --host 0.0.0.0 --port 8080

# build for production and launch docker container
$ docker-compose up -d  # you can access host url http:https://localhost:8081
$ docker ps # check your containers

For detailed explanation on how things work, check out the documentation.

Base Dependencies:

  • JWT
  • MongoDB
  • Redis

Alt text

Releases

No releases published

Packages

No packages published

Languages