https://github.com/royalicing/yarra
https://github.com/royalicing/yarra
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royalicing/yarra
- Owner: RoyalIcing
- Created: 2017-12-14T01:28:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T01:54:20.000Z (over 8 years ago)
- Last Synced: 2025-01-18T23:42:53.883Z (over 1 year ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Models
### Product
- brandName: string
- name: string
## Challenges A
1. Sign up form
2. Add product listing to React
3. Add create product to API
4. Add create product form to React
5. Add update product to API
6. Add edit product form to React
## Challenges B
- Add wishlist buttons to React
- Add categories to API: products belong to many categories, categories have many products. There may be several ways to model this! (see the orange headings here for categories: https://www.amazon.com.au/gp/site-directory/ref=nav_shopall_btn)
- Add categories nav to React
- Add `dotenv` package to **api**, and use for mongo URI, JWT secret