#Front End React JS and LESS
Download the project and install node packages:
Install node https://nodejs.org/en/
go to view folder
cd app/view
npm install
To run the project on localhost:8080:
npm start
To build the project into /build folder:
npm run build
You need to have webpack and webpack-dev-server installed globally:
npm install -g webpack
npm install -g webpack-dev-server
The Front End contains
- Home - Placeholder page
- Login - Just a form no varification
- Forget-Password - Just a form no varification
- Reset-Password - Just a form no varification
- User-Home - Only Inventory is Link is active
- Inventory - Non Functional Search Form, Table with Dummy Data, Only view/eye link works
- Inventory-Info - Individual Inventory Information Page populated with Dummy Data. Dummy Data is corresponding to the data of view link.
#Database - MySQL
- react_php_inv.sql - basic Stucture of the SQL database
#BackEnd - PHP