- Install Xampp
- Start Xampp and run Apache server and MySql Database
- Go to htdocs folder. (Usually located in: Windows -
C:\Xampp\htdocs
. Mac/Linux -/opt/lampp/htdocs
.)
- Make sure Git is installed (
git -v
) - Run
git clone https://github.com/sameepkat/StudentManagementSystem.git
inside htdocs folder.
- Run
localhost/phpmyadmin
in any web-browser. - Create a datbase named
Software2080
(query:CREATE DATABASE 'SOFTWARE2080'
and go inside that database. - Import the database provided in database folder in
StudentManagementSystem/database
folder.
- Log in using your SOE ID and Password provided by the college.
- Create a fork
- Make necessary changes
- Create a pull request.