Skip to content

Python-Devs-Brasil/easy_store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Easy Store

The easy store is a web2py model for e-commerce and other store platforms. This app is meant to be simple, offering the most easy ways to get a store ready to use and sell products, but it does not concern the legal side of this proccess. If you really want an e-commerce, remember to make legal records for it to be regular and insert your own pages of Terms of Use and Privacy Policy.

This store app is based on Massimo di Pierro's EStore (https://github.com/mdipierro/web2py-appliances/tree/master/EStore).

Features

  • Product registration
  • Store data setup
  • Shopping cart
  • Paypal integration

TODOs

  • PagSeguro integration
  • Products Specifications
  • Users Reviews
  • A most secure shopping cart

Install

  1. Clone this repository inside your web2py applications folder
git clone https://github.com/juliarizza/easy_store
  1. Run web2py
python web2py.py
  1. Access /easy_store
  2. For the administrative interface, access /easy_store/manage/index and enter username 'admin' and password 'admin'

Contribute!

Copyright (c) 2015 Júlia Rizza & licensed under The MIT License (MIT)

About

web2py based store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 75.0%
  • HTML 11.1%
  • JavaScript 8.1%
  • CSS 5.8%