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

https://github.com/devafortun/lapino

lapino e-commerce
https://github.com/devafortun/lapino

expressjs jwt mongodb nodejs reactjs typescript vite

Last synced: about 1 year ago
JSON representation

lapino e-commerce

Awesome Lists containing this project

README

          

# 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/JoseSantos5455/lapino.git
```

2. Install dependencies:

```
yarn install
cd server && yarn install
cd client && yarn install
```

3. Create a `.env` file in the `server` directory and add the necessary environment variables:

```
NODE_ENV
PORT
MONGO_URI
JWT_SECRET
ORIGIN<*>
PROJECT_ID
CLIENT_EMAIL
PRIVATE_KEY
```

4. Create a `.env` file in the `client` directory and add the necessary environment variables:

```
VITE_BASE_URL
```

5. 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