Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Chore/docs #38

Merged
merged 3 commits into from
Nov 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. hopefully h3h3

## v0.1.0 2024-11-17
### Added
- Authentication
- Register, Login, Refresh Token
- Product
- Get Product
- Get Product By ID
- Get Products
- Get Products with Infinite Scroll
- Create Product
create product with providing all necessary field, and have feature to upload product images with builtin validation
- Update Product
- Delete Product
- Admin Access
- Certain action now requiring admin access