Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 377 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 377 Bytes

Basic math operation project

This project deploys django application with nginx that allows to do math operations with API calls and view history of them stored in the Postgres DB. (Only deployment is done and test endpoint)

Deployment

  1. Change env value in the: operations_django/operations.env
  2. Run docker compose: docker-compose up