Skip to content

PaulaCara/BookshopApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a Bookshop application which has the following features:

The public area (can be accessed both by an anonymous user and by an authenticated one)

* view products by category + pagination
* view single product
* sort products based on name and price
* add product to cart
* when a user loggs in and he already has products in an anonymous shopping cart,
  the latest will be merged with the user's cart

The private area (can be only accessed by an authenticated user)

* add product (image, title, price, stock, category)
* remove product
* see all the products + pagination

The credentials for an admin:

* email: '[email protected]'
* password: 'passpass'

The credentials for a user:

* email: '[email protected]'
* password: 'passpass'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published