Skip to content

snithish048/Enterprise-Resource-planning

Repository files navigation

Enterprise Resource System

This project is developed using Vite

Project setup

  1. Make sure Node.js installed to use npm.

  2. Clone the repository.

     git clone https://github.com/snithish048/Enterprise-Resource-planning.git
    
  3. Navigate to the project directory.

     cd Enterprise-Resource-planning
    
  4. Install npm on the project directory.

     npm install 
    
  5. Run the application:

     npm run dev
    
  6. 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)

Screenshots

Home page - Dashboard

URL https://erp-system-32eee.web.app/

User can view the key metrics

web view mobile view
Screenshot 2024-05-17 133151 1000021379

Orders Page

URL https://erp-system-32eee.web.app/orders

User can view and delete orders.

web view mobile view
Screenshot 2024-05-17 133347 1000021380

Product Page

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
Screenshot 2024-05-17 133543 1000021381

Calendar Page

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
Screenshot 2024-05-17 133604 1000021382

Notifications

URL https://erp-system-32eee.web.app/notifications

web view mobile view
Screenshot 2024-05-17 133620 Screenshot_20240517-134107

No Page

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
Screenshot 2024-05-17 133715 1000021384

|