Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.73 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.73 KB

storeMgr

StoreMgr App aims to provide small-scale online sellers means to personally store and manage product items and generate a static webpage that they can use to showcase and market their businesses.

MOTIVATION

This is a personal project intended for the purpose of learning new programming languages (like ReactJS) and trying out new web technologies(REST API, OAuth, 3rd Party API). It is also my goal to build a software that can be shared with collaborators in the future.

TARGET AUDIENCE

The target audience would be the small-scale online sellers who might find it beneficial to have the ability to generate their own static webpage that they can use to showcase and market their business. The users of this app would also enjoy the feature that enables them to store and manage the images and details of their product.

APPLICATION OVERVIEW

Users of StoreMgr App will have to create a StoreMgr account to access the web application. This account must be associated with a verified email address and can be linked to various social media accounts (Facebook, Twitter or Instagram). StoreMgr App intends to provide the product management and webpage-generator features for free. A ‘Pro’ account which has more flexibility and additional e-commerce features will be implemented in the future.

FEATURES

  1. Provide OAuth authentication for login and registration
  2. Store account settings
  3. Provide storage and product management capabilities for stores
  4. Manage Social Media posts for marketing the store’s products
  5. Generate a static webpage for the store based on their product items (static site generator?)

TECHNOLOGIES

Front-end:

ReactJS NPM Bootstrap/CSS Axios

Back-end

Java Maven Spring Boot Database MySQL MongoDB?