Skip to content

Releases: akraxx/bookstore-api

1.1.0

16 Jan 20:12
Compare
Choose a tag to compare

Features added :

  • Add to cart
  • Show cart (remove line)
  • Process order (user or custom address)
  • Advanced search in book page

1.0.0

04 Jan 11:56
Compare
Choose a tag to compare

First version of the bookstore.

Features :

  • Login
  • Registration
  • Authentication protection (OAuth)
  • Profile page
    • Change email
    • Change password
    • Update address
  • List of books (with sorting, filtering and pagination)
  • List of my orders (with details)

For the next release :

  • Manage the basket
    • Add 1-n books
    • Remove a line
    • Display the total/number of books in the navbar
  • Bulk order, set the shipping address.