This is the backend for a Campers Shop E-commerce. It handles CRUD operations for create product, update products, delete product and order place. The project is built with React.js, Redux and TypeScript.
- React.js
- Redux Toolkit
- TypeScript
Clone the repository
git clone https://github.com/tansim12/Assignment-5-L2-Client
cd Assignment 5 L2
📦 Install Dependencies
$ npm install
VITE_URL_PROD=Your_Backend_Url
$ npm run dev$ npm run build
The server should be running on http://localhost:5173.