- Welcome to Campers Shop – your one-stop destination for all things camping! Whether you're a seasoned adventurer or a first-time explorer, we have everything you need to make your outdoor experiences unforgettable.
- Any user can buy product
- Any user can create product, update,delete and can modify product info.
- User can see product details
- Eye-catching images of camping adventures and featured products.
- Easy access to view and edit cart items.
- Ensure the website is fully functional and visually appealing on all devices.
- React
- Redux (Redux tookit)
- Node js
- Express
- MongoDB
- Typescript
- ShadCn
- TailwindCSS
If you want to run this code into your local then follow the instruction.
- Clone the backend code
https://github.com/ashraf56/Campers-Shop-Backend.git
- opne your vs code terminal and write npm i
npm i
- create an env file and set env variable
Database_url= set here your mongodb database url
PORT= 5000
Node_Env= development
- Run tsc -w in the terminal
tsc -w
- Run server on local
npm start
- After clone front end github
https://github.com/ashraf56/Camper-Shop-Frontend.git
- opne your vs code terminal and write npm i
npm i
- Run project on local
npm run dev