Skip to content
Himanshu Chandola edited this page Feb 27, 2021 · 2 revisions

Welcome to the IRCTC-Website-Replica wiki!

Localhost XAMPP Guide

If you want to run this project locally on your system with Xampp Client then follow the below steps:

  1. Download Website Source Code from Releases.
  2. Extract it to C:\xampp\htdocs\ folder.
  3. Go to http://localhost/phpmyadmin and create new database with name irctcloginsystem.
  4. Create new table named users.
  5. Click on Users table and go to Structure and create id username email password fields.
  6. Thats it you're done with the backend DB connectivity. Now you can open site and can create user accounts and login.
Clone this wiki locally