This is a simple authentication system built using PHP and MySQL. It allows users to sign up, log in, and log out.
- Clone the repository:
git clone https://github.com/anevski-stefan/simple-authentication-system.git
-
Install XAMPP or WAMP on your machine to create a local server environment for running the application.
-
Create mysql database and put it's info in the config.js file
-
Copy all files from the cloned repository into your server's root directory.
-
Start your server (Apache and MySQL) through XAMPP or WAMP.
-
Open your browser and go to http://localhost/
To sign up, click on the "Sign Up" link in the navigation bar and fill out the form with your desired information. Once you submit the form, the system will create a new user account for you.
To log in, click on the "Log In" link in the navigation bar and enter your email address and password. If your information is correct, the system will log you in and redirect you to the home page.
To log out, click on the "Log Out" link in the navigation bar. The system will log you out and redirect you to the home page.
This project is licensed under the MIT license. See the LICENSE file for details.