Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitesh-thapliyal/clothify-e-commerce-clothing-platform
Building E-Commerce Web Application using MERN
https://github.com/nitesh-thapliyal/clothify-e-commerce-clothing-platform
css expressjs html mongodb mongoose nodejs reactjs stripe
Last synced: about 10 hours ago
JSON representation
Building E-Commerce Web Application using MERN
- Host: GitHub
- URL: https://github.com/nitesh-thapliyal/clothify-e-commerce-clothing-platform
- Owner: Nitesh-thapliyal
- License: mit
- Created: 2022-12-24T01:28:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T04:56:18.000Z (7 months ago)
- Last Synced: 2024-05-02T03:45:05.679Z (7 months ago)
- Topics: css, expressjs, html, mongodb, mongoose, nodejs, reactjs, stripe
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clothify
This is an e-commerce web application built using the MERN stack (MongoDB, Express.js, React, and Node.js). It allows users to browse and purchase products, view their order history, and manage their account information.
![store](testfront/src/store.png)
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.**Prerequisites**
- Node.js
- MongoDB**Installation**
1. Clone the repository: `git clone https://github.com/Nitesh-thapliyal/E-Commerce`2. Install the dependencies: `npm install`
3. Start the development server: `npm start`
4. Create a .env file in the root directory with the following:
```
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_secret_key
```
5. Run the application in the development mode: npm run dev6. Open **http://localhost:3000** to view it in the browser.
**Deployment**
1. Build the application for production: `npm run build`
2. Start the production server: `npm start`
**Built With**
- MongoDB - The database used
- Express.js - The web framework used
- React - The front-end library used
- Node.js - The back-end runtime environment**Payment Gateway**
- Stripe**Status**
- Completed## Authors
Nitesh Thapliyal - `Initial Work` - @Nitesh-thapliyal## Acknowledgment
- [MERN Bootcamp by Learn Code Online](https://web.learncodeonline.in)