SpiderNitt / Booky

A platform to buy and sell books

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booky

A platform to buy and sell books

Features that the app is supposed to have :

  • Search a book, find the nearest sellers selling it
  • Search a seller, view what he/she is selling and contact him/her
  • Find the nearest shops which sell books, also suggest any new shop(Like google maps)

TODO:

  • Login page
  • Seller profile form
  • Seller Page: A page to keep track of the different books he/she is selling
  • Seller Form: Details of a book
  • Buyer main Page : A page with Nav Bar to choose from maps 1, 2 and 3
  • Buyer Page 1, a ListView with all the available book names
  • Buyer map 1 : Display Sellers of a chosen Book
  • Buyer map 2 : Display all sellers
  • Buyer map 3 : Display all the nearby shops
  • Seller details : Displaying the details of the seller once chosen from map 2
  • Book details : Displaying the details of the book once chosen from map 1, containing seller details too
  • Adding markers to suggest new shops in map 3

TODO Server:

  • Octa login
  • Seller table
  • Books table

Seller table:

Name Phone EmailID Rating Latitude Longitude Picture

Books table:

Name SellerEmailId Condition Author Edition Price Picture NoOfBooks

Book stores table:

Name Latitude Longitude Pic Address Phone

Build Instructions :

  • Fork this repo
  • Clone the forked repo and save it in your PC
  • Make changes
  • git add . , git commit -m "Message", git push origin master
  • If any changes made to the main repo, then merge changes in your fork,and then, git stash, git pull origin master, git stash apply
  • Once changes are made, send a Pull Request, I'll see the changes, and merge it.

NOTE:

Upgrade your Android Studio such that it has Gradle v2.10 and SDK for API 23. Or once cloned ,while building, just do whatever Studio asks you to.

About

A platform to buy and sell books


Languages

Language:Java 100.0%