Skip to content

Commit

Permalink
Readme Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabyasachi-Seal committed Nov 18, 2022
1 parent 06c1c90 commit 0cd2467
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,32 @@ MySQL: MySql is a database, widely used for accessing querying, updating, and ma
</p>
<br>
<p>
Server Requirement(any one of below)<br>
WAMP Server<br>
XAMPP Servers(Used for this project) <br>

# Server Requirement<br>
WAMP Server (Used for this project)<br>
XAMPP Server<br>
MAMP Server<br>
LAMP Server<br>
</p>
<br>
<p>

<h2>Installation Steps</h2><br>
**********************************************************************************<br>
<h2>Installation Steps</h2>

1. Download zip file and Unzip file on your local server.<br>
2. Put this file inside "C:\xampp\htdocs\" .<br>
3. Open xampp control panel <br>
4. Click on start for Apache and MySQL<br>
5. Now For Database Configuration<br>
6. Open in browser = http://localhost/phpmyadmin/ <br>
7. Create Database named = sports_club_db <br>
8. Import database (sports_club_db.sql) from downloaded folder <br>
9. The sql file(sports_club_db.sql) will now be saved into "C:\xampp\mysql\data" <br>
10. Open Your browser put inside "http://localhost/Sports-Club-Management-System/" <br>
11. Click on the File icon to open the project <br>
2. Open WAMP control panel <br>
3. Open phpMyAdmin<br>
4. Now For Database Configuration<br>
5. Create Database named = sports_club_db <br>
6. Import database (sports_club_db.sql) from downloaded folder <br>
7. Run php -S localhost:6969 in the terminal. <br>
8. Open localhost:6969 in your browser. <br>

</p>
<br>
<p>
*) Admin Login Details<br>

### Admin Login Details<br>
Login Id: admin1<br>
Password: admin1<br>

0 comments on commit 0cd2467

Please sign in to comment.