deckofcards API Documentation

repository·master·Indexed 23 days ago

https://github.com/crobertsbmw/deckofcards

A Python-based API designed to simulate a deck of cards. Built with a framework utilizing manage.py, it provides endpoints for card game simulations and includes a management command to clean up Deck records unused for 14 days.

Tokens
321
Snippets
3
Records
5
Agent score
31%

What's inside deckofcards

  1. Run the deckofcards server locally

    master

    Start the development server using manage.py. Once running, the API is accessible at http://127.0.0.1:8000 (or the machine's remote address). You can stop the server by pressing Ctrl+C.

    python manage.py runserver 127.0.0.1:8000