Skip to content

Basma-90/ShopSphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Shop 🛒

Welcome to the Online Shop repository! This project is a simple online shop application built with Node.js, Express, and MongoDB.

Overview

Online Shop provides a straightforward e-commerce solution for selling products online. It includes features such as user authentication, product management, and a user-friendly interface for customers to browse and purchase products.

Getting Started

To get started with Online Shop, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Basma-90/Online_Shop.git
  2. Navigate to the project directory:

    cd online-shop
  3. Install dependencies:

    npm install
  4. Set up environment variables:

    Create a .env file in the root directory and add the following configuration:

    DATABASE_URI=your_database_uri
    SESSION_SECRET=your_session_secret

Replace your_database_uri with your MongoDB database URI and your_session_secret with a secret key for session management.

Start the server:

bash

npm start

Access the application in your web browser:

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors