From 6646697b701ea909384317f1738e7422bc7de006 Mon Sep 17 00:00:00 2001 From: Kyllian Auguste Date: Sun, 17 May 2026 23:48:44 +0200 Subject: [PATCH] Update Readme Actualise The Readme With Recents Informations --- README.md | 10 ++++++++-- www/config.php | 8 ++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 www/config.php diff --git a/README.md b/README.md index d3d500b..3fe9423 100755 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +- 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. \ No newline at end of file diff --git a/www/config.php b/www/config.php new file mode 100644 index 0000000..6456b64 --- /dev/null +++ b/www/config.php @@ -0,0 +1,8 @@ + 'mysql-openplanetsmaps.alwaysdata.net', + 'dbname' => 'openplanetsmaps_bdd', + 'username' => 'openplanetsmaps_admin', + 'password' => 'ka041006' +];