SQL Database
to change database configuration please see app/services/api.php file
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 'material_recipe"
2. Import material_recipe_db.sql into new databse
For first login you can login with username : user_recipe
, password : user
Database structure
Last updated