- Creating a Component in React and creat routing.
- Using react and material UI created form to login user and can register new user.
- Product add, edit, delete and pagination also you can search vehicle by name.
- Making HTTP calls using Axios.
Below noted things you need to install to run this project in your system
- Node.js DATABASE:
- MongoDB
To Setup Clone the repository
cd testtask/backend
npm install
cd testtask/frontend
npm install
To Run To run backend server
cd testtask/backend
node server.js
To run react frontend
cd testtask/frontend
npm start