Skip to content

Latest commit

Β 

History

History
101 lines (67 loc) Β· 3.92 KB

readme.md

File metadata and controls

101 lines (67 loc) Β· 3.92 KB

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