dxghost / incident-report

A simple incident report system with a mock monitoring backend
0 stars 0 forks source link

Implement minimal reporter application #1

Closed dxghost closed 2 years ago

dxghost commented 2 years ago

Add a minimal Django application with these requirements:

  1. REST API list view using DRF
  2. Swagger documentation for log retrieval endpoints
  3. Add log model to admin site in order to manually add custom logs
  4. Dockerize
dxghost commented 2 years ago

Dockerization aside, all the items above are satisfied. Docker installation and image fetching takes too much time.