Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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