Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 414 Bytes

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