-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
29 lines (23 loc) · 1.12 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
=== LRandResetPassSystem ===
An Complete Login, Registration and Reset Password System written in PHP.
Author: @shrudra
Licence: MIT Licence
=== Features ===
1. Secure Login and Registration
2. Reset Password System via E-mail Verification Code
3. 404 Error Page
=== Technologies ===
PHP, MySQL Database, HTML, CSS, JavaScript, Foundation CSS Framework
=== How to Run? ===
Requirements:
1. Download and Install any local web server such as XAMPP.
2. Download the provided source code as .zip file from GitHub.
=== System Installation/Setup ===
1. Open your XAMPP Control Panel and start Apache and MySQL.
2. Extract the downloaded .zip file and paste it into the XAMPP's `htdocs` directory.
3. Browse the PHPMyAdmin in browser. Url: http://localhost/phpmyadmin
4. Create a new database naming `login_and_reg_db`.
5. Open `data-dictionary.pdf` located inside the directory. Now, create the tables by following the instructions written in the document.
6. Browse the Login, Registration and Reset Password System in a browser. i.e. http://localhost/LRandResetPassSystem-main/LRandResetPassSystem-main/.
Enjoy!
Happy Coding :-)