-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Himanshu Chandola edited this page Feb 27, 2021
·
2 revisions
Welcome to the IRCTC-Website-Replica wiki!
If you want to run this project locally on your system with Xampp Client then follow the below steps:
- Download Website Source Code from Releases.
- Extract it to
C:\xampp\htdocs\
folder. - Go to
http://localhost/phpmyadmin
and create new database with nameirctcloginsystem
. - Create new table named
users
. - Click on Users table and go to Structure and create
id
username
email
password
fields. - Thats it you're done with the backend DB connectivity. Now you can open site and can create user accounts and login.