Coder Social home page Coder Social logo

lapino's Introduction

Ecommerce App built with MERN Stack

This is a full-stack ecommerce application built using the MERN (MongoDB, Express.js, React, Node.js) technology stack. It allows users to browse and purchase products, manage their cart and orders, and leave reviews on products.

Installation

To get started with the application, you will need to:

  1. Clone this repository to your local machine:
git clone https://github.com/adamsims1203/Lapino.git
  1. Install dependencies:
yarn install
cd server && yarn install
cd client && yarn install
  1. Create a .env file in the server directory and add the necessary environment variables:
NODE_ENV<development/production..>
PORT<YOUR_PORT_HERE>
MONGO_URI<YOUR_MONGO_URI>
JWT_SECRET<YOUR_JWT_SECRET>
ORIGIN<*>
PROJECT_ID<YOUR_FIREBASE_ADMIN_PROJECT_ID>
CLIENT_EMAIL<YOUR_FIREBASE_ADMIN_CLIENT_ID>
PRIVATE_KEY<YOUR_FIREBASE_ADMIN_PRIVATE_KEY>
  1. Create a .env file in the client directory and add the necessary environment variables:
VITE_BASE_URL<YOUR_BACKEND_API_URL>
  1. Start the application:
yarn start

The application should now be running at http://localhost:3000.

Usage

To use the application, you can:

  • Browse the available products on the homepage.
  • Click on a product to view its details, add it to your cart, and purchase it.
  • Manage your cart and checkout your items.
  • Leave reviews on products.
  • Manage your profile
  • SignUp/Login

Features

This application includes the following features:

  • User authentication and authorization
  • Product browsing and searching
  • Product filtering by category and price range and ratings
  • Product details with images, description, price, and reviews
  • Shopping cart management
  • Checkout and payment processing
  • Order history and management
  • User profile management
  • Admin product management with CRUD operations

Technologies Used

This application was built using the following technologies:

  • MongoDB
  • Express.js
  • React 18
  • Node.js
  • Vite
  • JWT
  • Bcrypt
  • TailwindCss
  • Typescript
  • Axios
  • React Router 6
  • Firebase Admin
  • Redux Saga

lapino's People

Contributors

brainstormbuddy avatar zinochan avatar dependabot[bot] 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.