This project is a simplifie interface for an ERP (Enterprise Resource Planning) system, designed to manage basic business operations efficiently. The system will consist of the following pages:
- Dashboard - Provides an overview of the system's features.
- Products Management - Allows for the management of product listings.
- Orders Management - Facilitates viewing and handling orders.
- Orders Calendar View - A calendar interface displaying orders based on their expected delivery dates.
The project Template can be used to build bigger projects
This URL has the application deployed in
Refer to https://nodejs.org/en/ to install nodejs
Clone the project into local
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm install
In order to run the application Type the following command
npm run start
The Application Runs on localhost:3000
https://simplified-erp-system-villshop-eight.vercel.app/
The application has just one url /customerlist which ties to Customers Component
create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app
ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS
React Bootstrap : Refer to https://react-bootstrap.github.io/getting-started/introduction/ to understand how to use React Bootstrap