Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gunjankadu/recipebook-create-buy

An application built to create and save your recipes and order the ingredients needed
https://github.com/gunjankadu/recipebook-create-buy

angular css firebase ngrx-store typescript

Last synced: 5 days ago
JSON representation

An application built to create and save your recipes and order the ingredients needed

Awesome Lists containing this project

README

        

# RecipeBook
An application built to create and save your recipes and order the ingredients needed

## DEMO

https://recipe-book-bff26.firebaseapp.com/

## FIREBASE RULES FOR QUERY AND AUTHENTICATION

{
"rules": {
"ingredients":{
".read": "true",
".write":"true"
},
"orders":{
".read": "auth!=null",
".write":"auth!=null",
".indexOn":["userId"]
}
}
}

## Technology Stack

Angular 8
Observables
RxJS
NgStore
Firebase