This is the backend for the Job Task Shop e-commerce website. It is built using Node.js, Express, and JavaScript. The server handles product management, user authentication, shopping carts, and order processing through RESTful APIs.
-----------------Live Github Link----------------
Frontend (Live link): https://job-task-6e505.web.app
Backend Live link: https://sar-shop-server.vercel.app
Git Client : https://github.com/EngrArfin/job-task-shop-client
Git Server : https://github.com/EngrArfin/job-task-shop-server
- User Authentication (Login/Signup)
- Product Management (CRUD operations)
- Shopping Cart Management
- Order Processing
- API Routes for handling different operations
- Node.js - JavaScript runtime environment
- Express - Web framework for building RESTful APIs
- MongoDB - NoSQL database for storing user and product data
- JWT - JSON Web Tokens for authentication
- Clone the repository:
git clone https://github.com/your-username/job-task-shop-server.git