Live Demo : https://erp-system-32eee.web.app/
This project is developed using Vite
-
Make sure Node.js installed to use npm.
-
Clone the repository.
git clone https://github.com/snithish048/Enterprise-Resource-planning.git
-
Navigate to the project directory.
cd Enterprise-Resource-planning
-
Install npm on the project directory.
npm install
-
Run the application:
npm run dev
-
When the application started running a local host link will be displayed on the terminal. Open the link in the browser to view the application.
for example: http://localhost:5173/ (port number might vary)
URL https://erp-system-32eee.web.app/
User can view the key metrics
web view | mobile view |
---|---|
![]() |
![]() |
URL https://erp-system-32eee.web.app/orders
User can view and delete orders.
web view | mobile view |
---|---|
![]() |
![]() |
URL https://erp-system-32eee.web.app/products
User can add new product, edit or delete the existing or newly added product.
web view | mobile view |
---|---|
![]() |
![]() |
URL https://erp-system-32eee.web.app/calendar
User can check the orders by clicking on the date. Days with orders will be shown in the calendar
web view | mobile view |
---|---|
![]() |
![]() |
URL https://erp-system-32eee.web.app/notifications
web view | mobile view |
---|---|
![]() |
![]() |
In the URL if user try to navigate some other page other than the above mentioned 404 Error message will be shown.
for example: https://erp-system-32eee.web.app/efef
web view | mobile view |
---|---|
![]() |
![]() |
|