Skip to content

Latest commit

 

History

History
116 lines (70 loc) · 2.46 KB

File metadata and controls

116 lines (70 loc) · 2.46 KB

WINTRA

Wintra is a dynamic e-commerce platform designed to revolutionize your clothing shopping experience. We offer a curated collection of trendy outfits, catering to a variety of styles and preferences.

💻 Tech Stack

React Redux CSS Node.js Express

Features

  • User Database

  • Cart Features

  • Admin Portal

  • Realtime Connection between Admin and User

    Getting Started

Prerequisites

Ensure that Node.js is installed on your machine.

Installation

  1. Clone this repository:

    git clone https://github.com/ShashankShekhar07/Wintra.git
    cd Wintra

Installation

  1. Install client dependencies:

    cd frontend
    npm install
  2. Install server dependencies:

    cd ../backend
    npm install
  3. Install admin dependencies:

    cd ../Admin
    npm install
  4. Create a configuration file:

Create a file named config.env in the root folder and simply copy the content of .env.example into it.

Create a database connection string of mongodb and write in config.env

We are almost done, now just start the development server.
  1. For the Frontend:

    cd ../frontend
    npm start
  2. For the Backend: Open another terminal in the folder

    cd ../backend
    node ./index.js
  3. For Admin portal: Open another terminal in the folder

    cd ../Admin
    npm run dev

After completing these steps, you should have the Wintra application up and running on your local machine.

Message From Creator

Welcome to Wintra!

I'm glad you're here and excited for you to explore our project. Whether you're checking out the code, contributing to the project, or providing feedback, your presence and input are invaluable.

Feel free to dive in, get involved, and make Wintra even better!

Happy coding!