Hi guys 😊, this my sem mini project Student_Authentication_System. I have used html,css code as front-end & php as server-side language and additional mysql database to store the student informations. I have beautified webpage using Animated.css & Hover.css libraries 😍. You can see the page here... but I really recommend visiting the page to see the small animations that really makes page more amazing 🌚.
- A little brain 😆
- 32/64 bit Windows 7/8/10 or linux Distro or Mac OS
- Git installed
- Any text editor SublimeText3/Brackets/NPP/Notepad (Sublime Recommended)
- XAMPP/WAMP/MAMP (XAMPP Recommended, may be depends upon your OS)
-
Install any text editor (Sublime Recommended)
-
Install XAMPP/WAMP/MAMP
-
Clone this repo :
git clone https://github.com/VirajKanse/Student_Authentication
-
copy paste repo to Drive:\xampp\htdocs
-
Open XAMPP and start Apache & Mysql
-
Now, open your browser's URL bar and type :
localhost/phpmyadmin
and Hit enter !
-
Now create a database "registration" and a table "users"
-
Under "users" table create 4 attributes as follows :
id int(100) //identity stud varchar(250) //student name rl varchar(250) //roll number enr(250) //enrollment number
-
Make id attribute as a primary key
-
Hit save button
-
Now in your browsers's URL bar type :
localhost/Student_Authentication
and Hit enter !
12. Tadaaa !!!!! , 😀 😎
now you can register your details and login
This is very simple student authentication form, just we have to register and then login, all your data will be saved at your database "registration" under "users" table
- Fork it! (https://github.com/VirajKanse/Student_Authentication)
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😃
- Viraj Kanse(me) 😜
- Prathamesh Jadhav
- Suraj Khot
- Awa Melvine (For his valuable guide)
- Internet 😁.