Skip to content

πŸš€ Welcome to the Coolest Ecommerce Wonderland! πŸ›οΈ Dive into smooth shopping, sleek UI, and hilarious vibes! 😎🀣 Discover envy-worthy gadgets and head-turning fashion. πŸ“±πŸ‘— Fast checkout, hot deals, and friendly support await! πŸ’ΈπŸŽ… Click below for a LOL-worthy experience! πŸ›οΈπŸ˜„

Notifications You must be signed in to change notification settings

YashPatil2023/Freeiva

Repository files navigation

Project Setup Guide

Demo Video

Watch our demo video to witness the magic of Freeiva: Demo Video πŸŽ₯

FREEIVA.DEMO.mp4

Prerequisites

Before you embark on this exciting journey, ensure that you have the following installed on your system:

Installation Steps

  1. Install XAMPP:

  2. Clone the Repository:

    • Open your XAMPP installation directory and navigate to the htdocs folder.

    • Open a terminal and run the following command to clone the repository:

      git clone https://github.com/j-a-y-e-s-h/freeiva.git
  3. Start Servers:

    • Launch XAMPP and start both MySQL server and Apache server.
    • Ensure that your MySQL username and password are correctly configured. πŸ”
  4. Run MySQL Queries:

    • Open MySQL Workbench or XAMPP MySQL.

    • Execute the following queries:

      -- Create a database
      CREATE DATABASE IF NOT EXISTS login;
      
      -- Use the created database
      USE login;
      
      -- Create a table for user registration
      CREATE TABLE IF NOT EXISTS register (
          id INT AUTO_INCREMENT PRIMARY KEY,
          username VARCHAR(50) NOT NULL,
          email VARCHAR(100) NOT NULL,
          password VARCHAR(255) NOT NULL
      );
  5. Configure Registration Password:

    • Open the registration.php file and update your password.
  6. Ensure Folder Placement:

    • Confirm that the cloned repository is placed in the xampp > htdocs folder.
  7. Run the Project Locally:

Documentation

Explore our detailed documentation to unravel the secrets of the project: Documentation πŸ“–

Contributors

The Freeiva project is made possible by contributions from amazing individuals. We express our gratitude to:

Feel free to join our vibrant community and contribute to the project! πŸš€

Notes

  • Ensure that your XAMPP servers are running before accessing the application.
  • For local development, the project folder must be located in the htdocs directory.

Now you are all set! Feel free to explore your project at the provided localhost URL.

πŸš€ Happy coding! If you encounter any issues, double-check your configurations and ensure each step is followed accurately.

HTML CSS JavaScript PHP
Contributors Repository Size
Watchers Commit Activity Issues

About

πŸš€ Welcome to the Coolest Ecommerce Wonderland! πŸ›οΈ Dive into smooth shopping, sleek UI, and hilarious vibes! 😎🀣 Discover envy-worthy gadgets and head-turning fashion. πŸ“±πŸ‘— Fast checkout, hot deals, and friendly support await! πŸ’ΈπŸŽ… Click below for a LOL-worthy experience! πŸ›οΈπŸ˜„

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published