Skip to content

An Admin Panel developed for simplifying the process of CRUD operations in the database.

License

Notifications You must be signed in to change notification settings

chetan-2002/AdminPanelShoppingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal Monkey Admin Panel

This is the admin panel for the Meal Monkey application, which allows admins to manage the menu and orders.

Table of Contents

Features

The admin panel provides the following features:

  • Admins can log in to the admin panel using their credentials.
  • Admins can manage the menu, including adding and removing items and updating prices.
  • Admins can view and manage orders, including marking orders as completed and canceling orders. (Not in production yet👀)

Technologies Used

The admin panel is built using the following technologies:

  • Node.js for the server-side application
  • Express.js for building the RESTful API
  • MongoDB for the database
  • React.js for the client-side application
  • React Context API for state management

Installation

To install and run the admin panel locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/chetan-2002/AdminPanelShoppingApp.git
  1. Install the dependencies:
cd AdminPanelShoppingApp
npm install
  1. Start the client:
npm start
  1. Open the admin panel in your web browser:
http://localhost:3000/

Usage

To use the admin panel, follow these steps:

  1. Log in to the admin panel using your credentials.

  2. Manage the menu by adding and removing items and updating prices.

  3. View and manage orders by marking orders as completed and cancelling orders. (Not in production yet👀)

Snapshots

  1. login and Signup Page

image

  1. Landing Page

image

  1. Adding a new product

image

  1. Deleting a product

image

  1. Updating Product

image

  1. Adding a new category

image

  1. Deleting a category

image

Contributing

If you would like to contribute to the admin panel, feel free to submit a pull request. Before submitting a pull request, please make sure to run the tests and ensure that your code follows the project's coding standards.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

An Admin Panel developed for simplifying the process of CRUD operations in the database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published