Skip to content

globetown/FAC-week9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

FAC week 9 - build Amazon

This is a BIG project. It's going to be great!

User perspective

If you're shopping on Amazon, you want to be able to browse for items. Some kind of search functionality would be useful. You might need a shopping cart. It would be pretty useful if you could read and write reviews.

Vender perspective

So, you want to work through the vender requirments. This means content creation: Writing a description, setting a price, uploading an image maybe.

Payments

You want to work on payments - cool. Payments will come up as a requirement in a lot of your projects, it's probably a good call to wrap your head around it sooner rather than later. With payments, you'll need read the documentation very carefully. Any of these would be a good starting point:

Minimal requirements

  • user should be able to register
  • user should be able to login
  • user should be able to logout
  • user should be able to scroll over a list of items regardless of them being logged in or not

Stretch goals

You can take these in any order, depending on what you decide to concentrate on.

  • user should be able to reset their password if they forget it
  • user should be able to login with facebook or google
  • a registered user should be able to create an item to sell and put a price against it
  • user should be able to buy an item

Resources

Problems

Here some problem you will encounter during development.

Authenticate HTTP requests

With react you are going to use lots of AJAX calls. You may want to find a way to allow some requests and block others.

Database schema

Redis is a great NoSQL database, however normal SQL relational database are useful too, Postgres can be a good choice and knex is small wrapper around it.

Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published