1️⃣
Traver
2.0
2.0
  • Welcome
  • ADMIN PANEL
    • Import Project
    • Structure
    • Database
    • Configuration
    • Notification
    • Ad Networks
  • ANDROID
    • Installation
    • Import Project
    • Firebase [must]
    • Google Maps
    • Google Sign In
    • Structure
    • API URL
    • Ad Networks
    • Room DB
  • Migration
Powered by GitBook
On this page
  1. ADMIN PANEL

Database

PreviousStructureNextConfiguration

To change configuration please see .env file, you must edit this data with your own data.

#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------

database.default.hostname = localhost
database.default.database = traver
database.default.username = databaseUsername
database.default.password = databasePassword

We also include the dummy database file at backend folder, Step to import database : 1. create new database with any name, in cpanel its located at menu MySQL database 2. create/reuse user database and remember its password 3. connect user database with your database from number 1 4. Go to menu phpMyAdmin, import database_traver.sql into created database number 1

For first login you can login with username : admin, password : admin

Database Architecture

VALIDATE database connection : your base_url + /api/check

https://demo.dream-space.web.id/traver/api/check