Skip to content

cloudy1gor/Simple-auth

Repository files navigation

Simple authentification form

Prerequisites

  • XAMPP installed and running.

Installation Steps

  1. Start Servers

    • Launch XAMPP and start the Apache and MySQL modules.
  2. Database Setup

    • Open phpMyAdmin (usually at http://localhost/phpmyadmin).
    • Create a new database named crm.
    • Select the new database and import the schema.sql file from the project directory.
  3. Project Dependencies

    • Navigate to the project's root directory in your terminal/command prompt.
    • Run the following command to install PHP dependencies:
      composer install
  4. Admin Password Reset (First Run)

    • Before the first launch, it is necessary to reset the administrator password.
    • Open your browser and go to: http://localhost/crm/public/admin-reset.php
    • Follow the instructions on that page.
    • Login: admin
    • Password admin123
  5. Launch the Application

    • You can now access the application in your browser (e.g., http://localhost/crm/public/). GIF

    Main application Main application Main application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published