An open API service indexing awesome lists of open source software.

https://github.com/realpython/django-puppy-store


https://github.com/realpython/django-puppy-store

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Test Driven Development of a Django RESTful API

## Want to learn how to build this project?

Check out the [blog post](https://realpython.com/blog/python/test-driven-development-of-a-django-restful-api/).

## Want to use this project?

1. Fork/Clone
1. Create and activate a virtualenv
1. Install the requirements
1. Create a Postgres database called `puppy_store_drf`
1. Apply the migrations
1. Run the server