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

https://github.com/devkanix/honestly-nvrmind


https://github.com/devkanix/honestly-nvrmind

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Honestly-Nvrmind (Under Construction)

## Overview

This project is a T-shirt e-commerce website built with the MERN stack (MongoDB, Express.js, React, Node.js). It provides features such as product listing, user authentication, shopping cart management, and an admin panel for managing products.

## Features

- Product listing and detailed view
- Shopping cart and checkout process
- Responsive design for mobile and desktop views

## Tech Stack

- **Frontend**: React.js
- **Backend**: Node.js with Express.js
- **Database**: MongoDB

## Website Design Prototype

- **Figma Design Link**: Honestly-Nvrmind

### Installation

Step 1:- `git clone github.com/devKanix/Honestly-Nvrmind` for clone the repo.

Step 2:- `npm install` for install all the backend dependencies.

Step 3:- `cd client` for open the frontend dirc.

Step 4:- run cmd in client dic `npm install` for install all the frontend dependencies.

## Getting Started

If you want to run the project locally, follow these steps:-

Step 1:- `npm run server` for run the server.js file.

Step 2:- `cd client` for open the frontend dirc.

Step 3:- `npm start` for start the React application.

### Folder structure

- The frontend client is located in `./client` which is coupled with the backend.
- All the backend routers go to `./routes` folder.

## Thank you for visiting.