Skip to content

This is a student application web portal system built using SQL, PHP and simple HTML/CSS.

Notifications You must be signed in to change notification settings

anushkachauhxn/dbms_studentapplication

Repository files navigation

👨‍🎓📝 Student Admission Webportal

A student admission portal built using PHP, SQL and CSS.

⭐ Features

  • The students can fill in their details and give their documents.
  • The staff with admin privileges can login using the admin button on the main page.
  • After successful login, they are taken to the admin data page. They can see all responses there in table form.
  • A logout button is provided to avoid anyone else accessing the responses.

Webportal Page

Admin Login Page

Admin Data Page

💻 Setup

Code Setup

  1. Fork this repository.

  2. Clone the repository in your project folder.

    git clone https://github.com/<your_username>/dbms_studentapplication.git

Backend Setup

  1. Open the XAMPP Control Panel and run the Apache (Webserver) and MySQL (Database Server) servers.

    Don't have it already? Download it from here.

  2. Move the project folder to C:\xampp\htdocs.

  3. Go to http://localhost/phpmyadmin/ in your browser and create a database named webportal.

  1. Import the sql file webportal.sql in the database folder to setup the database.

Get Started

  1. Go to http://localhost/webportal/ in your browser and get started.

About

This is a student application web portal system built using SQL, PHP and simple HTML/CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published