jahongirozodov / Recore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recore - Food Ordering Platform

Recore is a web-based food ordering platform developed using MVC, ASP.NET, and .NET. It enables users to browse and order food from a variety of restaurants, making the food ordering process simple and convenient.

Table of Contents

Features

  • User Registration and Authentication
  • Browse Restaurants and Menus
  • Place Orders for Delivery or Pickup
  • Real-time Order Tracking
  • Payment Processing
  • User Reviews and Ratings
  • Admin Dashboard for Restaurant Owners
  • Multi-team Collaboration Support

Technologies Used

  • ASP.NET MVC
  • .NET Framework
  • Entity Framework
  • PostgreSql
  • Bootstrap
  • GitHub (for version control)
  • Visual Studio (for development)

Getting Started

To get started with Recore on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/osmondagi-bolalar/Recore.git
    
    

Certainly, I can help you create a README file for your GitHub project named "Recore," which is a food ordering platform built in MVC, ASP.NET, and .NET by a team. Below is a sample README file that you can use as a starting point:

markdown Copy code

Recore - Food Ordering Platform

Recore is a web-based food ordering platform developed using MVC, ASP.NET, and .NET. It enables users to browse and order food from a variety of restaurants, making the food ordering process simple and convenient.

Table of Contents

Features

  • User Registration and Authentication
  • Browse Restaurants and Menus
  • Place Orders for Delivery or Pickup
  • Real-time Order Tracking
  • Payment Processing
  • User Reviews and Ratings
  • Admin Dashboard for Restaurant Owners
  • Multi-team Collaboration Support

Technologies Used

  • ASP.NET MVC
  • .NET Framework
  • Entity Framework
  • SQL Server
  • HTML, CSS, JavaScript
  • Bootstrap
  • SignalR (for real-time features)
  • GitHub (for version control)
  • Visual Studio (for development)

Getting Started

To get started with Recore on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/Recore.git
    
  2. Open the project in Visual Studio.

  3. Configure the database connection in appsettings.json to point to your local PostgreSql instance.

  4. Configure the log files path in appsettings.json to point to your local logs instance.

  5. Open the Package Manager Console and run the following commands to apply migrations and update the database:

  Update-Database
  1. Build and run the application.
  2. Access the application in your web browser at http://localhost:port (the port will be specified in your Visual Studio environment).

Usage

  1. Browse the list of restaurants and their menus.
  2. Add items to your cart and proceed to checkout.
  3. Choose delivery or pickup options and complete the order.
  4. Create an account or log in to an existing one.
  5. Track the status of your order in real-time.

Contributing

We welcome contributions from the community to make Recore even better. To contribute:

Fork the repository.

  1. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature
  2. Make your changes and commit them with clear, concise commit messages.

  3. Push your changes to your forked repository.

  4. Create a pull request to the dafaulf repository's devs branch.

  5. Wait for code review and approval from the maintainers.

About


Languages

Language:SCSS 48.0%Language:JavaScript 28.9%Language:C# 22.1%Language:HTML 1.0%Language:CSS 0.1%