Git Product home page Git Product logo

eshop's Introduction

eShop App

The eShop App is a full-stack web application that allows users to authenticate and shop for various products. With an interactive front-end, users can browse through product listings, add items to their cart, and proceed to checkout. The backend handles user registration, login, and checkout processes, ensuring e-commerce platform.

Table of Contents

Prerequisites

Before diving into the eShop App, you'll need to have the following tools installed on your system:

  • Node.js - Version 16.3.0 or higher
  • npm - Node.js package manager

Tech Stack

The application is crafted using a combination of the following technologies:

Backend:

  • Node.js: For server-side logic.
  • Express.js: Web framework for creating API endpoints.
  • Mongoose: For schema-based solution to model application data.
  • jsonwebtoken: To create encoded JWTs for auth.
  • bcrypt: For password hashing and security.

Frontend:

Getting Started

Follow these instructions to get your copy of the eShop App up and running on your local machine for development and testing purposes.

  1. Clone the repository:

    git clone https://github.com/elenejavakhishvili638/eShop.git
    
  2. Change to the project directory:

    cd eShop
  3. For backend setup, navigate to the backend directory and run:

    npm install
  4. Create a .env file in the project root for the backend. Configure the necessary environment variables, including the MongoDB connection URI, JWT secret, and other pertinent details.

  5. Start the backend server:

    npm run dev
  6. For frontend setup, navigate to the frontend directory and run:

    npm install
  7. Start the frontend development server:

    npm run dev

The eShop application should now be running locally. By default, the backend should be at http://localhost:3001 and frontend at http://localhost:3000.

eshop's People

Contributors

elenejavakhishvili638 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.