- Login page : allows users to log into the app.
- Catalogue : displays the products available for sale.
- Cart : contains the items currently selected for purchase.
- Purchase History : allows users to access their previous purchases.
-
Execute the smalltalk Cuis environment:
- On the "backend" folder double-click the "run" batch file
- Open a workspace and execute the command "TusLibrosRestInterface listeningOn: 8080"
-
On the "frontend" folder run the command: "npm start"