Skip to content

parameshvec/shopcart-mongodb-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping cart

+

About:

Small shopping cart app for university project using mongoDB and php as backend.

We also used simple implementation of the well know design pattern MVC no framework, pure php, and a layer database abstraction for CRUD called persistence, also we used jQuery as CSS3 for a simple website design and of course Oop.

Running!

To get it going open Index.php

Run the following command to insert test data:

mongo localhost:27017/shoppingCart test_data.js

Tested using:

mongoDB » 1.2.2

php5 » 5.3.2

About

short app for project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.2%
  • PHP 32.9%
  • CSS 9.6%
  • JavaScript 6.3%