Run the deckofcards server locally
masterStart 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