Project requirements and analyses
Database and software design
Demo application
User can register by email and password
User using email to sign up a new account
Verify user's email and hashed password to let user sign in
After signing in, user can edit his/her profile information
Each user has a list of items and each item has some attribute like: name, category, value, etc.
User can add new item for trading/selling
User can update, delete or list the items in his/her account
Filter stuff by category
Design database to group stuff by category
Create interface for quering category
Design friendly user interface
/
#