Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gunjankadu/recipebook-create-buy
- Owner: GunjanKadu
- Created: 2020-01-25T10:49:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:39:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:30:00.674Z (over 1 year ago)
- Topics: angular, css, firebase, ngrx-store, typescript
- Language: TypeScript
- Homepage: https://recipe-book-bff26.firebaseapp.com
- Size: 3.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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