Skip to content

A full-stack application built with Spring boot MVC and Thymeleaf, offering users the ability to browse, add movies to cart, and complete purchases. Integrated with an API for movie data retrieval, it tracks payments in a MySQL database, automatically updating movie stock. Session beans manage shopping cart functionality.

Notifications You must be signed in to change notification settings

olaib/PopcornFlex-Movies-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies Store - PopcornFlex

Getting Started with Create React App

This project was bootstrapped with Create React App.

Contents

About the project

  • option for selecting multiple items in cart to delete
  • prevent duplicate items in cart
  • at beginning we added a corusel for popular items
  • validation of form - handled by server
  • handle race condition - I sent mail to the teacher, and she told us that its ok

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.

This project is an online movie store, using an api to get the movie's data. The website allows users to browse movies, add them to cart, and proceed with the checkout process. The website also keeps track of payments made by customers and stores them in MYSQL DB. The stock of the movies is automatically updated when a payment is completed. If a movie becomes unavailable, the payment is canceled, and an appropriate message is displayed.

The website utilizes session beans to implement the shopping cart functionality.

using the Spring MVS(Model View Controller) architecture, using scoped beans and inversion of control (IOC). Thymeleaf is used for views, including validation, and annotations are used for various features.

Screenshots

Home Page

Home Page

Store Page

Store Page

Cart Page

Cart Page

Checkout Page

Checkout Page

Filter List

Filter List

Order Confirmation

Order Confirmation

Available Scripts

In the project directory, you can run:

npm start
npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build`

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Installation

To install and run the project, follow these steps:

  1. Download and install XAMPP.app and all the required Spring plugins.
  2. Set up a MySQL database named "ex4" in XAMPP.app.
  3. in the terminal run the following commands:

Running

  1. Make sure the project is running and the server is up and the mysql is running
  2. Run the frontend make sure you are in the root folder of the project
  •   cd movie-app
      npm install
      npm start
    
  1. Open a web browser.
  2. then browse to http://localhost:3000

Credits

About

A full-stack application built with Spring boot MVC and Thymeleaf, offering users the ability to browse, add movies to cart, and complete purchases. Integrated with an API for movie data retrieval, it tracks payments in a MySQL database, automatically updating movie stock. Session beans manage shopping cart functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages