MVPs - mdean7/mikEtsy GitHub Wiki
MVPs
mikEtsy is an Etsy clone. It is an ecommerce application that allows users to buy and sell custom made products from other users.
1. Hosting on Heroku (04/06/2021, 0 days)
2. New account creation, login, and guest/demo login (04/08/2021, 2 days)
- Users can sign up, sign in, log out
- Users can use a demo login to try the site
- Users can't use certain features without logging in (listing products & leaving comments/reviews)
3. Products (04/10/2021 2 days)
- Logged in users can create products
- Users can view a list of their products
- Logged in users can edit their products
- Logged in users can delete their products
4. Reviews (04/12/2021, 2 days)
- Logged in users can comment/review products
- Logged in users can edit their reviews
- Logged in users can delete their reviews
- The review / comment is displayed for each product listing
5. Shopping Cart (04/14/2021, 2 day)
- Users have a private shopping cart
- Users can add products to their shopping cart
- Users can view all items they have added to their own shopping cart
6. Search Listings (04/16/2021, 1 day)
- Users can search for products through text to see product listings
7. Production README (04/17/2021, .5 day)
bonus if all goes well will be added to the list...