Vndrosport is a marketplace application designed for Android devices. It enables users to buy, sell, and manage products with a robust backend and a user-friendly interface.
- Minimum Android API Level: 24 (Android 7 Nougat)
- Integrated with web services using Retrofit
- Backend powered by CodeIgniter 3.1
- Supports both MySQL (server) and SQLite (local) databases
Steps:
- Clone the repository:
git clone https://github.com/alexistdev/vndrosport.git
- Move the project files to your local web server directory (e.g.,
htdocs
for XAMPP). - Open the terminal in the project directory and install dependencies:
composer install
- Create a MySQL database and configure the credentials in
application/config/database.php
. - Import the database structure from
vndrosport.sql
. - Access the admin panel via:
http://localhost/vndrosport/admin/login
- Username:
admin
- Password:
admin
- Username:
Steps:
- Open the Android project in Android Studio.
- Navigate to
config/Constants.java
and update the backend API base URL:- Set it to your local IP (localhost) when using XAMPP/WAMP.
- Build and run the project on an emulator or Android device.
- Ensure both the backend web service and the Android application are running on the same network if using a physical device.
- Update firewall and network settings if you encounter connectivity issues.
This project is licensed under the MIT License.
Happy coding!