Skip to content

sourav-sm/FashionFrenzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to FashionFrenzy

Hi! I'm your first Markdown file in FashionFrenzy. If you want to learn about FashionFrenzy, you can read me. If you want to play with FashionFrenzy, you can edit me. FashionFrenzy, a full-stack e-commerce application built with React.js, Node.js, Express, and MongoDB. This project is structured into three main folders: frontend, backend, and admin, providing a comprehensive solution for managing an online store.

FashionFrenzy Website

--image_3

Hosted Links--

For More INFO Check out This--> FashioFrenzy

Features

  • Frontend: User-friendly interface for browsing products, adding items to cart, and completing purchases.
  • Backend: Robust server-side application handling API requests, user authentication, and database operations.
  • Admin Panel: Administrative dashboard for managing products, orders, and user accounts.
  • Responsive Design: Ensures a seamless experience across devices, from desktops to mobile phones.Visa: 4242 4242 4242 4242 MasterCard: 5555 5555 5555 4444 American Express: 3782 822463 10005 cv 123 expairy 12/34

Technologies Used

  • Frontend: React, Vite (for fast development), HTML, CSS, JavaScript
  • Backend: Node.js, Express.js, MongoDB (for data storage)
  • Admin Panel: React (for frontend), Axios (for API requests)
  • Deployment: GitHub for version control, potentially deploying to platforms like Heroku or AWS.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:

      git clone https://github.com/sourav-sm/FashionFrenzy.git` 
    
  2. Navigate to the project directory:

    cd FashionFrenzy

  3. Install dependencies:

    For frontend

    cd frontend
    npm i
    npm run dev

For Database

Create a Mongodb Atlass Url,Next create a .env file in which paste ypur mongodb atlas url and in place of base url http://localhost:4000

# For backend
`cd backend` <br/>
`npm init` <br/>
`npm i express`<br/>
`npm i mongoose`<br/>
`npm i multer`<br/>
`npm i cors`<br/>
`npm start`

# For Admin Panel
`cd frontend` <br/>
`npm i`<br/>
`npm run dev`
  1. Access the application in your browser:

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

For any questions or suggestions, feel free to open an issue or contact here.

Releases

No releases published

Packages

No packages published