This project is made mainly to showcase my skills on making Authentication Systems with login, signup and forget password functionality.
Languages | Frameworks | Libraries |
---|---|---|
HTML | ||
CSS | Bootstrap | Font Awesome |
JavaScript | jQuery | |
PHP |
- How to use xampp offline server enviroment.
- How to find and open localhost port number for xampp.
- How to navigate to and work with phpMyAdmin using xampp and your local browser.
- Go to download xampp instraller from https://www.apachefriends.org/index.html and install the software.
- After installing xampp, copy this project to "htdocs" folder in the xampp install folder.
- Start the Apache and MySQL.
- open your desired browser and start the localhost and go to the localhost/phpMyAdmin and create a new batabase with the name "authenticationsystem".
- Then import the file with .sql file extension from the "MySQL database" folder from the project to phpMyAdmin.
- Lastly, go to localhost/AuthenticationSystem to view the porject.