dbms_studentapplication
1.0.0
A student admission portal built using PHP, SQL and CSS.
Fork this repository.
Clone the repository in your project folder.
git clone https://github.com/<your_username>/dbms_studentapplication.git
Open the XAMPP Control Panel and run the Apache (Webserver) and MySQL (Database Server) servers.
Don't have it already? Download it from here.
Move the project folder to C:xampphtdocs
.
Go to http://localhost/phpmyadmin/
in your browser and create a database named webportal
.
webportal.sql
in the database folder to setup the database.http://localhost/webportal/
in your browser and get started.