An open API service indexing awesome lists of open source software.

https://github.com/royalicing/yarra


https://github.com/royalicing/yarra

Last synced: about 2 months ago
JSON representation

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