- The Recipe App API project describes the development of REST API endpoints to handle user, recipe, tag, and ingredient management using Test Driven Development(TDD). The project includes features such as user authentication, object creation, object filtering and sorting, and image uploading and viewing. Additionally, it offers a browsable admin interface and browsable API with Swagger documentation.
- Setting up a project using Docker configuration
- GitHub Actions
- Adding endpoints for creating and managing
- users,
- recipes,
- ingredients, and
- tags.
- Adding filtering to our list endpoints
- Uploading images
- Deploying code to an AWS server
- Writing lots of unit tests