This repository contains the backend code for the Sound Sphere e-commerce application. The backend is built using Node.js and Express, with MongoDB as the database. It manages data storage, user authentication, and secure access to the frontend application. This backend enables full e-commerce functionality, providing a seamless, secure experience for browsing and purchasing audio products.
-
User Authentication and Authorization:
- Secure registration and login using JWT (JSON Web Tokens) with both access and refresh tokens 🔐
- Passwords are hashed using bcrypt for security 🔒.
-
Product Management:
- API endpoints to fetch products and add products 💼.
-
Cart and Wishlist Management:
- API endpoints to manage user cart and wishlist items for a personalized shopping experience 🛒.
- Express 🚀
- Mongo DB 🗄️
- JWT 🔑
- Bcrypt 🔐
Your feedback is valuable! If you have any suggestions, ideas, or improvements, please open an issue or submit a pull request. Contributions are always welcome 🚀!