/Bookshelf

a project for winter vacation homework

Primary LanguageJava

##Bookself

Winter vacation homework for thoughtworks

###This project uses

  • Mongodb
  • Spring MVC
  • Angularjs

###How to run this project

  • Install MongoDB and run this code in the terminal(not in the mongodb shell) -> "mongoimport --db bookself --collection books --drop --file book.json --jsonArray"
    (book.json is placed at /mongodb_data directory)
  • import the project with gradle
  • run "gradle jettyRun"

###Function:

  • Search book in the home page: * video
  • Add book in the detail page: * video
  • Look into the shoppingcart: * video
  • Complete the pay: * video

###How do i write this project see the *wiki