Skip to content

A quick and dirty vulnerable REST API made with FastAPI for security testing purposes

Notifications You must be signed in to change notification settings

WestedCrean/cors-vulnerable-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python API Boilerplate - FastApi

FastApi Documentation Read more

Features

  • Automatic documentation using swagger docs or Redoc
  • Python types Read More
  • Hot reaload, just keep coding and the server will restart itself!
  • Remote Debugging

Running the code

You should have docker and docker compose istalled. When starting the application will search for a .env file. If you don't have one you can copy the development.env as a base.

To start you development environment just run :

  docker-compose up

Or if you want to run the container in detached mode:

  docker-compose up -d

To stop it:

  docker-compose down

About

A quick and dirty vulnerable REST API made with FastAPI for security testing purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published