Update Readme

Actualise The Readme With Recents Informations
This commit is contained in:
2026-05-17 23:48:44 +02:00
parent 22106a76f1
commit 6646697b70
2 changed files with 16 additions and 2 deletions
+8 -2
View File
@@ -5,7 +5,8 @@ OpenPlanetsMaps is a project that gathers and structures astronomical data (imag
## Context and Hosting
This project was carried out as part of an exam presided over by **F. LEFEVRE**.
It is hosted and accessible online at the following address: [opm.nhkyllian.fr](https://opm.nhkyllian.fr)
It is hosted and accessible online at the following address: [opm.nhkyllian.fr](https://opm.nhkyllian.fr)
Secondary URL: [openplanetsmaps.alwaysdata.net](http://openplanetsmaps.alwaysdata.net)
## Database Structure
@@ -39,4 +40,9 @@ To set up the database locally (for example, with XAMPP, WAMP, or directly via M
```
## Technologies
- Database: MySQL / MariaDB (generated via phpMyAdmin)
- Database: MySQL / MariaDB (generated via phpMyAdmin)
## Releases (Mobile Apps)
Native mobile applications for this project are now available. You can download them directly from the **Releases** tab of this GitHub repository:
- 📱 **Android**: Download the `.apk` file to install the app on your Android device.
- 🍏 **iOS**: Download the `.ipa` file to install the app on your iOS device.
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'host' => 'mysql-openplanetsmaps.alwaysdata.net',
'dbname' => 'openplanetsmaps_bdd',
'username' => 'openplanetsmaps_admin',
'password' => 'ka041006'
];