We have done this project for IWT(Internet and Web Technologies) module in first year second semester. We have used PHP, MySQL, HTML, JavaScript and CSS to develop this web applicaiton.
Home page of Shield Plus
New user can register in the system. Register user can log into the system.
- Install xampp or laragon
- make sure that Apache and MySQL running correctly
- Clone the repository
- Open the folder using VS Code or whatever code editor you're using
- Implement the database
- Direct to sql/database.sql and copy the whole sql query
- Open a web browser and direct to localhost/phpmyadmin
- Create a database called 'shield_plus' and execute the query
- Fix the database connection
- Direct to inc/connection.php file
- Change the
$dbpass
(if you log in to phpMyAdmin without any password$dbpass='';
)
- Run the web application
- Run the URL on browser localhost/myweb7/home.php (Replace myweb7 with local folder name)
-
User registration page.
- Not implemented re-enter password
- User are not asked to accecpt terms & conditions
- If user email alredy exists, there is no validation method [two users can have same email / primary key of the user table is userId given by system]
- Validate user entered phone number
-
User log in form
- If entered invalid userId then system will not display "user doesnot exist"
- If user fogot password, user cannot reset their password
User log in page
User dashboard
Admin dashboard
Admin payment manage page
User fee payment page