← All projects
25

Simple Tornado Motor e-commerce Application (using mongoDB of course).

About this project

Essog ===== simple tornado-motor e-commerce I want to thank all those who have helped me: [stackoverflow][1], [tornado][2], [mongodb][3] communities. Dependecies: ===== The project is a simple e-commerce (without payement system. since it dont exists here in Algeria), it will depend one some libraries: [Tornado][4] : of course, the server, the framework ;) [Motor][5] (of course Pymongo) : for non-blocking access for Mongodb. [Passlib][6] : for hashing password. (you can use Bcrypt or Scrypt, but i have used windows, so they dident compile on my machine). [PIL][7] : for pictures operations. [Python-Amazon-Simple-Product-Api][8] : for making requests to Amazon. [SimpleEncode][9] : to use strings to encode another string. [User Agents][10] : to force user to use HTML5 How to run it : ===== Of course, you MUST have Python installed, windows users, come here: https://www.python.org/downloads/ and of course, you will not work with MySql or any SQL standard, this is NoSql, http://www.mongodb.org/downloads Simple, just run app.py on linux: sudo python app.py on windows Directly double-clic on app.py or open it with a good editor

From the project README on GitHub

Stars
25
Forks
10
Last push
24 Nov 2021

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/essog.svg)](https://www.madeinalgeria.dev/projects/essog)

Related projects