An open API service indexing awesome lists of open source software.

https://github.com/aayush259/e-commerce-backend

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.
https://github.com/aayush259/e-commerce-backend

backend bcrypt express jwt jwt-authentication mern-stack mongodb mongoose node nodejs

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 🚀 Sound Sphere Backend

This repository contains the backend code for the [Sound Sphere](https://github.com/Aayush259/E-Commerce) 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.

## 🌟 Features

- **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 🛒.

## 🛠️ Technologies Used

- Express 🚀
- Mongo DB 🗄️
- JWT 🔑
- Bcrypt 🔐

## 📬 Feedback and Suggestions

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 🚀!