Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 967 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 967 Bytes

lottery-api

CircleCI Codacy Badge Codacy Badge

Raffle registration and raffle drawing API

Quick start

docker-compose up --build

The API will be available in localhost:8000

Executing tests

docker exec -it lottery-api_lottery_api_1 pytest

Documentation

The API documentation is available at endpoints:

\swagger

\redoc