This is a simple e-commerce API built with Node.js, Express, MongoDB, and JWT for authentication. The API allows users to register and login, and sellers to create their own products.
- User Registration and Login
- JWT Authentication
- Product Creation by Sellers
- Product Retrieval
- Node.js
- Express
- MongoDB
- Mongoose
- JWT (JSON Web Token)
- bcryptjs
- Clone the repository:
git clone https://github.com/your-username/ecommerce-api.git
cd ecommerce-api