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.
-
User Database
-
Cart Features
-
Admin Portal
-
Realtime Connection between Admin and User
Ensure that Node.js is installed on your machine.
-
Clone this repository:
git clone https://github.com/ShashankShekhar07/Wintra.git cd Wintra
-
Install client dependencies:
cd frontend npm install -
Install server dependencies:
cd ../backend npm install -
Install admin dependencies:
cd ../Admin npm install -
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.
-
For the Frontend:
cd ../frontend npm start -
For the Backend: Open another terminal in the folder
cd ../backend node ./index.js -
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.
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!