This is the frontend of the Souvenir Shop application built using Java Vaadin Flow Framework and it communicates with the backend which is built using Spring Boot and Cassandra as the database. The main focus of the project is to showcase the ability of Cassandra's clustering and partitioning keys in handling large amounts of data.
- Browse through a wide range of souvenirs available in the shop
- Search for specific items using keywords
- Add items to your cart and proceed to checkout
- Securely handle user authentication and authorization
- Utilize Vaadin's powerful UI components for efficient and interactive user experience
- Java 8 or later
- Vaadin 14 or later
- Clone the repository
- Make sure you have the backend running, set up a Cassandra cluster and configure the application to connect to it by modifying the application.properties file
- Build the project using Gradle or Maven
./gradlew build
ormvn clean install
- Run the Spring Boot application
./gradlew bootRun
orjava -jar target/souvenir-shop-frontend-0.0.1-SNAPSHOT.jar
- Access the application by navigating to http://localhost:8080 in your browser
- Java Vaadin Flow Framework - The web framework used
- Java - Programming language used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- PetarRan - PetarRan
See also the list of contributors who participated in this project.
This project is licensed under the Unlicence License - see the LICENSE.md file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc