Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 966 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 966 Bytes

Applications Catalogue

A daily generated database, populated from json files that contain info about installed applications on different systems[Ibex, Neser and Shaheen].

Installation

To use the MySQL database on your local machine, follow these steps:

Download and install MySQL from the official website: https://dev.mysql.com/downloads/.
Setup MySQL by following the instructions provided on the website.
Clone the Github repository to your local machine: git clone (https://github.com/MoamenMetwali/apps-catalogue.git)
Locate the database file in the repository (.sql file).
Open MySQL and create a new database..
Import the database file into the new database.

Connecting to the Database

To connect to the MySQL database, follow these steps:

Open MySQL and enter your username and password.
Enter the hostname and port number (usually localhost and 3306).
Select the database you imported in the previous step.