Typing SVG
Welcome to the repository of Home Flavor , This repository contains the all (backend & frontend) code for the Home Flavor website.

Demo

Demo Video

Technologies Used

The Home Flavor is built using the following technologies:

  • Angular
  • Node js
  • Mongo DB
  • HTML/CSS
  • Bootstrap

Features

For Sellers:

  • Host store to share your food and drinks.
  • Create an online store with customizable product listings.
  • Manage orders with easily interface.
  • Receive notifications for new orders and updates.
  • Mange store by update and delete store information.

For Buyers:

  • Discover Lots of stores offering different homemade foods
  • Discover each unique store and view the different categories .
  • Enjoy a seamless shopping experience with easy navigation.
  • Flexibility to cancel pending orders if needed, providing convenience and control over your shopping experience.

Getting Started

Follow these instructions to run the frontend on your local machine:

  • Run the following command to install the necessary dependencies:

    npm i
    
  • Once the dependencies are installed, start the frontend development server by running the following command:

    ng s -o
    

Follow these instructions to run the backend on your local machine:

  • Run the following command to install the necessary dependencies:
npm i
  • start the project by running the following command:
nodemon server

Open your web browser and navigate to http://localhost:7005 to access the Threads & Beads website.

Contributors