Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 352 Bytes

File metadata and controls

28 lines (18 loc) · 352 Bytes

Geometry.Api

How to start the app?

Run using docker-compose

  1. Start application with dependencies:
cd src/Geometry.Api
docker-compose up -d
  1. Navigate http://localhost:5000/swagger.

  2. Stop application.

docker-compose down

Seed DB with random rectangles

Call

POST /api/rectangles/seed?count=200