Skip to content

Latest commit

 

History

History
144 lines (91 loc) · 6.56 KB

File metadata and controls

144 lines (91 loc) · 6.56 KB

E-Commerce

Project Management

Team Members

  • Muhammed Onur Kaya -> Scrum Master
  • Ayça Bostancıoğlu -> Analyst (Backend)
  • Rabia Kara -> Product Owner (Backend)
  • Metin Oğulcan Koca -> (Frontend)

Product

Product

  • E-Commerce Website

Product Name

  • ROACT

Technologies Used

  • Node.js
  • MongoDB
  • React

Purpose

  • To provide customers with a more innovative, secure environment similar to well-known e-commerce sites, offering a better standard shopping experience.

Scope

  • Customers using more modern modules, ensuring site security with a more secure SSL certificate, content close to the original.

E-Commerce Requirements (ROACT)

Stakeholder Requirements

  • Customer's ability to create an order
  • Customer's ability to view orders
  • Customer's ability to view products
  • Customer's ability to view invoices
  • Providing customers with a secure e-commerce site close to the original where they can shop safely
  • Creating a chat environment on the product page for customers to communicate with other customers who have previously purchased the same product
  • Making shopping easier for customers with a more understandable interface
  • Implementing a filtering module to help customers easily find the desired product

Solution Requirements

  • Sending a welcome email to visitors who register on Roact with the subject "Welcome."
  • Sending an informative email confirming the order when a customer places an order.
  • Allowing customers to easily save their credit card for future purchases.
  • Password during registration should be at least 8 characters.
  • Registered users should be able to access the website with email and password.

Business Requirements

  • Enabling customers to shop with ROACT with a user-friendly, secure, and easy-to-use interface.
  • Aiming to surpass other e-commerce sites with ROACT by incorporating a messaging module while maintaining proximity to innovative, well-known e-commerce sites.

Seller Requirements

  • Allowing the seller to access the site with authorized entry for their personnel.
  • Allowing the seller to edit and control the products in stock.
  • Enabling the seller to create special promotions for customers.
  • Allowing the seller to communicate with customers via chat screen about their own products in more detail.

Project Interface

Project Interface 1 Project Interface 2 Project Interface 3 Project Interface 4 Project Interface 5 Project Interface 6 Project Interface 7 Project Interface 8

React Project Setup

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

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

yarn 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.

yarn 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

yarn build fails to minify

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