Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1 KB

README.md

File metadata and controls

25 lines (14 loc) · 1 KB

railway-management-system

Railway Management System website built as course project in DBMS subject,B.Tech. Used SQL , html ,css and php.

To install and run on your pc:-

1)Sign up and sign in in your sql database.

2)Run railway.sql and save databse.

3)Add your sql password and user name in indicated portion of db.php file.

4)Make sure you have active sql database connection. To do so you can use local server solution software like xampp which is open source and easy to use , or deploy site on a web server connected to sql.

For deploying on local host using xampp:-

a)Navigate to folder where xampp is installed. Inside, there is afolder named htdocs, make a folder named railway there. Path would look something like this-"~\xampp\htdocs\railway". Place the the project files in this folder.

b)Go to xampp control panel and make sure mysql service is in running state.

c)Open index.htm in your browser.

5)Finally run index.htm and enjoy!

Feel free to ask queries if facing any issues in installation.