Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 2.48 KB

README.md

File metadata and controls

54 lines (48 loc) · 2.48 KB

S.A-Apparel

Welcome to the s.a-apparel project repository! This project is a full-stack web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js), allowing users to interact with a clothing apparel platform.

Overview

This project consists of both frontend and backend components, providing a seamless user experience. The frontend is developed using React.js, offering a dynamic and responsive user interface. On the other hand, the backend is powered by Node.js and Express.js, handling server-side logic and database operations using MongoDB.

Features

  • User authentication and authorization
  • Product browsing and searching
  • Shopping cart functionality
  • Checkout and payment processing
  • User profile management
  • Order tracking and management
  • Admin dashboard for managing products, orders, and users
  • Integration with third-party services like Cloudinary and Stripe

Installation

  1. Clone the repository:
  2. git clone https://github.com/saad662/s.a-apparel.git
  3. Navigate to the project directory:
  4. cd s.a-apparel/
  5. Install backend dependencies and start the server:
  6. npm install
    npm run dev
  7. Open a new terminal and navigate to the frontend directory:
  8. cd frontend/
  9. Install frontend dependencies and start the development server:
  10. npm install
    npm start

Deployment

The s.a-apparel project is deployed on Heroku and can be accessed at S-A-Apparel on Heroku.

Repository Structure

For more detailed information about the backend and frontend components, refer to the respective README files:

Feel free to explore the codebase and contribute to the project!