Skip to content

Stone companies and freelance stonemasons sell their products directly to the consumer that is the offline in-store method. Stonekart provides the solution for buying these exclusive products in a few clicks. The aim of this hybrid application built on Angular(frontend) is to provide a multivendor e-commerce functionality and help to offer inter…

Notifications You must be signed in to change notification settings

eventhoryzon/Stonekart-A-Cross-Platform-Ecommerce-Solution.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

Welcome to Stonekart

Stone companies and freelance stonemasons sell their products directly to the consumer that is the offline instore method. Stonekart provides the solution for buying these exclusive products in a few clicks. The aim of this hybrid application built on Angular(frontend) is to provide a multivendor ecommerce functionality and help to provide interfaces for two kinds of users i.e. A buyer and a stonemason / stone Seller company. The use of the ionic framework that includes apache Cordova makes it easy to access native API’s on each platform.

alt text

Marketplace Apps and Integartions (Frameworks/Modules)

Stonekart Buyer • A secured login and registration. • Social login/register. • Product reviews after purchase of product. • Checkout through a secured payment gateway. • SMS & email verification • Secured seller chatting functionality without knowing seller details regarding a specific product.

Stonekart Seller • Secured login and register. • SMS and email verification. • Company verification through official documents. • Product verification before appearing on listing Updating delivery status • Invoice generator. • Secured buyer chatting functionality

Stonekart Server • As compared to traditional web-serving techniques where each connection(request) generates a new thread, using large amounts of the system RAM and eventually maxing it out , NodeJS operates on a single thread, using non-blocking I/O calls, allowing it to support thousands of concurrent connections(held in the event loop). • MongoDB being easily scalable and schema less reduces the complexity of transformation logic because it releases JSON • Objects natively making writing of RESTful web services easy. • Express handles server-side routing and page-generation and I/O calls to and from the database. • Emphasizing on client side views with the courtesy of Angular where it interacts with the NodeJS server. Moving from page-centric view of the application to one that is component-oriented. • MEAN stack is mobile centric i.e. Angular runs equally well on desktops, laptops, smartphones, tables and even smart TV’s.

 ## M E A N - stands for MongoDB, ExpressJS, Angular, and NodeJS.

# MongoDB - NoSQL Database.
## ExpressJS - Modelling Framework to create NodeJS Server Side Logic.
### AngularJS - FrontEnd UI Framework to create User-Friendly UI.
#### NodeJS - Backend Server that routes the data making it availaible to the frontend logic using RESTFul Web Services.

alt text

License

(MIT) Copyright (c) 2018 Shazibali Gesawat <shazibali@icloud.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Stone companies and freelance stonemasons sell their products directly to the consumer that is the offline in-store method. Stonekart provides the solution for buying these exclusive products in a few clicks. The aim of this hybrid application built on Angular(frontend) is to provide a multivendor e-commerce functionality and help to offer inter…

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published