Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-saiful/nasshop-server
NasShop Backend System
https://github.com/dev-saiful/nasshop-server
Last synced: about 7 hours ago
JSON representation
NasShop Backend System
- Host: GitHub
- URL: https://github.com/dev-saiful/nasshop-server
- Owner: dev-saiful
- Created: 2024-08-31T15:46:23.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T13:15:30.000Z (3 months ago)
- Last Synced: 2024-09-05T16:02:29.072Z (3 months ago)
- Language: JavaScript
- Homepage: https://nasstore.vercel.app/
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# NasShop | NasStore
NasShop | NasStore is a modern e-commerce platform built with the MERN stack (MongoDB, Express.js, React.js, Node.js). This application allows users to browse products, manage their shopping cart, and complete purchases seamlessly.
## Features
- **Product Listing**: View a wide range of products with detailed descriptions and images.
- **Shopping Cart**: Add, remove, and update quantities of products in the cart.
- **User Authentication**: Register, log in, and manage user profiles.
- **Order Management**: Place orders and view order history.
- **Admin Panel**: Manage products, categories, and users (optional, if implemented).## Tech Stack
- **MongoDB**: NoSQL database for storing product, user, and order information.
- **Express.js**: Web application framework for Node.js to handle server-side logic.
- **React.js**: Frontend library for building interactive user interfaces.
- **Node.js**: JavaScript runtime for executing server-side code.## Getting Started
### Prerequisites
- Node.js and npm installed on your machine.
- MongoDB server running locally or a MongoDB Atlas account.### Installation
1. **Clone the Repository**
```bash
git clone https://github.com/your-username/nasstore.git