Simple API using Django for creating books and authors
- Docker [version
>=19.03.13
] - Docker Compose [version
>=1.27.4
] - git [version
>=2.9
]
- Clone the repo
- Run
docker compose build
- Next run
docker compose up
- Access API on
http://localhost:8000/
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
For this project we like to follow conventional commits
Conventional Commits is a specification for adding human and machine-readable meaning to commit messages. The key elements include:
- feat: A new feature for the user.
- fix: A bug fix for the user.
- docs: Documentation only changes.
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).
- refactor: A code change that neither fixes a bug nor adds a feature.
- perf: A code change that improves performance.
- test: Adding missing or correcting existing tests.
- build: Changes that affect the build system or external dependencies.
- ci: Changes to our CI configuration files and scripts.
- chore: Other changes that don't modify src or test files.
- revert: Reverts a previous commit.
For more details, visit the Conventional Commits website.
For detailed information on the available API endpoints, please refer to the Endpoints documentation.