Coder Social home page Coder Social logo

ghulamostafa / openorderframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lbacaj/openorderframework

0.0 2.0 0.0 18.29 MB

An ASP.NET MVC 5 app that works as a generic shopping cart. It can be customized to handel any type of online shopping. Users can place an order and that order is sent via e-mail to the store's owners

Home Page: http://louiebacaj.com/

License: MIT License

C# 79.82% CSS 12.73% ASP 0.04% HTML 1.01% JavaScript 6.40%

openorderframework's Introduction

OpenOrderFramework

Please note that this uses Asp.net Identity Code First migration which means the database is generated from the code. To do this the first time simply compile the app and run:

update-database

From the package manager console and then run the app.

To login as an admin try the following

user: [email protected]
password: abc123

(Please change that password if your going to do anything other than use this for fun.)

A lightweight ASP.NET MVC 5 cart/order framework. It can be customized to handel any type of online shopping. Users can place an order and that order is sent via e-mail to the store's owners

Find out more at http://louiebacaj.com/a-lightweight-shopping-cart-web-application-in-asp-net-mvc-5/#

Most local shops don’t have the fancy infrastructure of say Amazon, but they still want to setup a simple online order system. They want an email with an order that they ship or deliver and they want to actually just charge the order in their own store and don’t want some fancy credit card integration (although I will add that option at some point and is easy enough to add). This web application provides the features needed to place an order online and emails it out with the very basic information about that order.

Although it was originally designed for local restaurants to receive orders from their website and receive an email with the order it has many other uses and in actuality any type of store can be setup to work with this.

Key Features:

1)	Designed as an easy way to setup an ASP.NET MVC 5 website/store that can easily take orders. 

2)	Users can place order as a guest or signup and their info will be saved to a SQL Server express database.

3)	Uses bootstrap framework for the UI with a Boostwatch.com theme configured.

4)	Uses Asynchronous controllers in most cases so the app remains responsive.

5)	Uses code first migration to generate the database and setup the models and configure an admin and guest account for maintenance. ([email protected] with pass abc123 for your local testing)

6)	Authentication and authorization system is provided via Identity 2.0 and is simple and secure.

7)	Admin accounts can add groups of items that will be sold.

8)	Admin accounts can modify and add new items for sale 

9)	Admin accounts can view lists of orders track some analytics via D3 charts (work in progress).

10)	Guest account provided out of the box for quick checkout.

11)	Roles available via Identity.

12)	External account login supported such as Google, Facebook, etc. (Work in progress)

13)	Emailing system leverages Mailgun.com but other cloud email services should work fine.

14)	Paging of items on the UI and many other UI libraries such as jQuery used to add UI.

This framework is intended to be backbone of any of local shop’s websites. Although one could easily integrate this with stripe or any other provider currently it just emails everything. It is setup to work well with mailgun but any other emailing system can be used as well and configured via the web.config.

This is loosley based off of the Microsoft sample: http://www.asp.net/mvc/tutorials/mvc-music-store - the ASP.NET MVC 3 music store. Unlike that sample though this app is alot more realistic and more generic. It adds a place where the order will go to (email) and authentication and authorization and many other things that make this application more suitable as a real world app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.