MySQL Database

to change database configuration please see api.php file, you must edit this data with yours.

 const DB_SERVER = "localhost";
 const DB_USER = "root";
 const DB_PASSWORD = "";
 const DB = "the_city";

We also include the dummy database file at backend folder, Step to import database

1. create new database with name 'the_city" 2. Import database_the_city.sql into new databse

For first login you can login with username : user_place, password : user

Last updated