https://github.com/uttamsdev/speedx-manufacturer
Manufacturing Management System using MERN Stack.
https://github.com/uttamsdev/speedx-manufacturer
manufacturing-management-system manufacturing-system warehouse-management
Last synced: 2 months ago
JSON representation
Manufacturing Management System using MERN Stack.
- Host: GitHub
- URL: https://github.com/uttamsdev/speedx-manufacturer
- Owner: uttamsdev
- Created: 2024-07-06T19:43:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:45:06.000Z (11 months ago)
- Last Synced: 2025-01-22T07:31:09.213Z (4 months ago)
- Topics: manufacturing-management-system, manufacturing-system, warehouse-management
- Language: JavaScript
- Homepage: https://speedx-manufacturer.web.app/
- Size: 13.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpeedX Manufacturer
## [Live website link:](https://speedx-manufacturer.web.app/)
https://speedx-manufacturer.web.app/## Run Locally
Clone the project
```bash
git clone https://github.com/uttamsaha/speedx-manufacturer.git
cd speedx-manufacturer
npm install
npm start
```To run server to to speedx-server folder then
```bash
npm install
npm start / node index.js / nodemon index.js
```## Website's Functionality:
* Two types of user "administrator and customer".
* Sign up, login and logout functionality.
* Login/sign up with Google and Github functionality.
* Email verify and password reset functionality.
* View profile option and update profile/user information.
* Customer can create order for products.
* Custom can see their previous order from dashboard and can delete an order if want.
* Administrator can manage all orders, view all orders placed form users and delete an order.
* Admin can add new products with photo uploading functionality.
* Administrator can manage products, View all products available quantity of product and delete product from dashboard.
* Administrator can manage user, delete an user and also admin can make admin to another user.
* Tools option shows all products of this manufacturer customer can order form here.
* User can add review this review will show on home page directly.
* JWT token implemented for security purpose.## Technologies that are used to build the project:
* HTML5
* CSS3
* Tailwind CSS
* DaisyUI
* JavaScript
* React JS
* Firebase
* Node JS
* Express JS
* React Query
* React Firebase Hooks
* JWT Token
* MongoDB