https://github.com/realpython/django-puppy-store
https://github.com/realpython/django-puppy-store
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realpython/django-puppy-store
- Owner: realpython
- License: mit
- Created: 2017-05-02T13:20:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T04:50:50.000Z (over 2 years ago)
- Last Synced: 2025-05-07T21:04:40.747Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 53
- Watchers: 5
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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