This is my very first try to complete real test assignment from real IT company. Although it was not meant that I would do it, I consider it as a great opportunity to practice.
Test assignment on russian can be found HERE
β NOTE: Initially, it was implied that this assignment must be done using other programming languages and frameworks, so my implementation is a little bit different
This is in fact quite simple backend that can satisfy needs of almost any small online store.
Key features:
- User authentication and authorization
- Category tree, e.g. gadgets/accessories (max nesting is 3)
- The ability to purchase for unauthorized users
- The ability to filter items by category, price or additional characteristics
- API endpoints
- Users
- Auth
- Categories
- Items
- Cart
- Orders
- Documentation
- Users
- Auth
- Categories
- Items
- Cart
- Orders
- Deployment (Vercel)
The following resources have helped me a lot throughout development of this project:
Remaining information will be added later