Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maybemahdi/shopease-server
Server Side Node&Express app for ShopEase
https://github.com/maybemahdi/shopease-server
express javascript mongodb nodejs
Last synced: 16 days ago
JSON representation
Server Side Node&Express app for ShopEase
- Host: GitHub
- URL: https://github.com/maybemahdi/shopease-server
- Owner: maybemahdi
- Created: 2024-08-14T14:18:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:24:14.000Z (6 months ago)
- Last Synced: 2024-11-19T16:57:38.838Z (3 months ago)
- Topics: express, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopEase - Server
## Project Overview
This repository contains the backend implementation of the ShopEase application, a full-stack single-page web application designed for efficient product browsing. The backend handles data management, user authentication, and API routing to support the core functionalities of the front end, including pagination, searching, categorization, and sorting of products.### Live Site URL:
* Firebase : [https://shopease-37409.web.app](https://shopease-37409.web.app)## How to Run Locally
```bash
# 1. Clone the Repository
git clone "https://github.com/maybemahdi/ShopEase-Server"# 2. Navigate to the Project Directory
cd ShopEase-Server# 3. Install Dependencies
npm install# 4. Set Up Environment Variables
# Replace the values in the .env file with your own settings
cp .env.example .env# 5. Start the Server
npm run dev## Now you can start the Server