https://github.com/montasim/warehouse-management-server
Welcome to the Warehouse Management System's Server repository! This is a comprehensive system designed to manage warehouse and track stock levels in real-time. The system is built with Node.js, Express.js and MongoDB to provide a seamless user experience and make warehouse management tasks more efficient.
https://github.com/montasim/warehouse-management-server
apis back-end cors dotenv jwt mongodb nodejs npm programming-hero-assignment programming-hero-projects
Last synced: 6 months ago
JSON representation
Welcome to the Warehouse Management System's Server repository! This is a comprehensive system designed to manage warehouse and track stock levels in real-time. The system is built with Node.js, Express.js and MongoDB to provide a seamless user experience and make warehouse management tasks more efficient.
- Host: GitHub
- URL: https://github.com/montasim/warehouse-management-server
- Owner: montasim
- Created: 2022-05-08T14:57:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T00:52:44.000Z (over 2 years ago)
- Last Synced: 2025-04-04T10:14:43.923Z (9 months ago)
- Topics: apis, back-end, cors, dotenv, jwt, mongodb, nodejs, npm, programming-hero-assignment, programming-hero-projects
- Language: JavaScript
- Homepage: https://posdash-server.herokuapp.com/
- Size: 184 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POSDash - An Inventory/Warehouse Management System (Full-Stack)
## Description
POSDash is an inventory management system website. Here user can create an account with email and password. User can also use social media like Google and GitHub to login. After creating the account user is redirected to the page from where he was taken to login page. User can add items to inventory, they can update items stock. User can delete items from inventory. User can add items to their profile. These items can be viewed from My Items page. User can delete their items.
### Website Link: https://posdash-37746.web.app/
### Client Side Code: https://github.com/montasim/warehouse-management-client
### Server Side Code: https://github.com/montasim/warehouse-management-server
## Features and Functionality
1. Authentication (Firebase, JWT)
2. Email verification
3. Reset password
4. Display user image when login with social media
5. User profile
6. Manage products (CRUD operations)
7. Dashboard
8. Admin panel
9. Firebase hosting
10. 7 Pages
11. Can update item stock
12. When Deliver an item stock reduces
13. User can add item.
14. User items can be found in My Items Page
## Used Technology
1. Frontend
- ReactJS
2. Backend
- NodeJS
3. Database
- MongoDB
## Used Library
1. TailwindCSS
2. React Icons
3. React Firebase Hooks
4. AOS Animation
5. React Toastify
6. JWT
7. AXIOS
### Hosting
1. Client-side hosting: Firebase
2. Server-side hosting: Heroku