/django-puppy-store

Primary LanguagePythonMIT LicenseMIT

Test Driven Development of a Django RESTful API

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Create and activate a virtualenv
  3. Install the requirements
  4. Create a Postgres database called puppy_store_drf
  5. Apply the migrations
  6. Run the server