Skip to content

VirajKanse/Student_Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


forthebadge forthebadge

forthebadge forthebadge forthebadge

Student_Authentication

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 🌚.

Getting Strated

forthebadge

Prerequisites

  • 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)

Installation

  1. Install any text editor (Sublime Recommended)

  2. Install XAMPP/WAMP/MAMP

  3. Clone this repo :

    forthebadge

    git clone https://github.com/VirajKanse/Student_Authentication
    
  4. copy paste repo to Drive:\xampp\htdocs

  5. Open XAMPP and start Apache & Mysql

  6. Now, open your browser's URL bar and type :

    localhost/phpmyadmin
    

    and Hit enter !

  7. Now create a database "registration" and a table "users"

  8. 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
    
  9. Make id attribute as a primary key

  10. Hit save button

  11. Now in your browsers's URL bar type :

localhost/Student_Authentication

and Hit enter !
12. Tadaaa !!!!! , 😀 😎 now you can register your details and login

Usage

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

Contributing

  1. Fork it! (https://github.com/VirajKanse/Student_Authentication)
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😃

Credits

  • Viraj Kanse(me) 😜
  • Prathamesh Jadhav
  • Suraj Khot
  • Awa Melvine (For his valuable guide)
  • Internet 😁.

License

License: MIT
Copyright (c) 2018 VirajKanse(ADevDX)