Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 973 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 973 Bytes

FridgeIn

Service for keeping track of fridge items, using them in recipes and tracking expiration-dates.

Currently running a .NET Core REST API with EF6, Azure SQL Server database and Vue.js and Vuetify front-end with Auth0-authentication.


Tech in use

  • Backend
    • ASP .Net Core
    • Entity Framework 6
    • Azure SQL Server
  • Frontend
    • Vue.js
    • Axios
    • Vuex
    • Vuetify
    • Auth0-authentication

Functional requirements

  • CRUD for items in stock
  • CRUD for saved template-food list for use in populating stock
  • CRUD for recipes
  • User profile system with appropriate security
  • Display calender of expiration-dates and notify user accordingly
  • Get a shopping list out of any chosen recipies
  • Display calender of meals, required food-items and relevant expiration dates
  • ***
  • ***
  • App is a PWA

*A previous Java Spring & Hibernate API (fridgein_api) is also included but this is not in use.