Code Monkey home page Code Monkey logo

neighbor-chef's Introduction

Neighbor Chef

Table of Contents

Description

Neighbor Chef is a full-stack web application that allows users to order home-cooked meals from local cooking enthusiasts. The app serves as a platform for local chefs to share their passion for cooking with their community and make some extra money on the side, while also providing customers with a convenient and affordable way to come home to delicious, healthy meals while juggling their busy lives.

Features

  • Authentication and Authorization as either a Customer or a Chef
  • Customers can browse through the list of chefs and their meals, and filter and sort them by criteria such as price, rating, cuisine, etc.
  • Customers can see chef profiles, menus and reviews, and leave reviews of their own
  • Customers can place orders and see their order history
  • Chefs can create, edit, and delete their meals
  • Chefs can modify their availability
  • Chefs can see their order history and the details of each order
  • Chefs can see their reviews and the details of each review
  • Both parties can see their profile and edit their information
  • Both parties get notified via in-app notifications and email when the status of their order changes

Tech Stack

Backend

  • .NET 7.0 (C#)
  • Entity Framework Core
  • ASP.NET Core Identity
  • Microsoft SQL Server (Database)

Frontend

  • Angular (v. 17) with Typescript
  • Material UI

Misc

  • Firebase (image storage + notifications)
  • Brevo (email services)

Project Requirements

Back End

  • 10 Controllers, CRUD methods, REST
  • One to one relationship (User and Address)
  • One to many relationship (Chef and Meals, Customer and Reviews, Customer and Orders, Chef and Orders etc.)
  • Many to many relationship (Meals and Orders)
  • Linq queries
  • Authentication and Authorization (two roles: Customer and Chef)
  • Repository pattern
  • Services

Nice to have:

  • Unit of Work (1p)
  • Specification pattern (1p)
  • Identity Authentication (1p)
  • SMTP with Brevo (former SendinBlue) (1p)
  • Upload files with Firebase Storage (1p)
  • Firebase notifications (1p)

Front End

  • At least 3 components
  • Routing
  • At least one directive (ImageLoader, Subtitle, Title)
  • At least one pipe (Rating pipe, Camel case formatting pipe)]
  • Register + Login (with reactive forms)
  • Guard implementation

Nice to have:

  • At least 3 extra RXJS methods (switchMap, forkJoin, of, finalize, last, etc.)

neighbor-chef's People

Contributors

annna7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.