Demo App for dbWebGen
This is the demo app for dbWebGen. It provides a web based user interface for working with a mock database about buildings, locations and user reviews.
The data model of the demo database is depicted in the following ER diagram. The SQL script to create this database is listed in demo_db.sql.
The following are some screenshots of web pages automatically generated by the dbWebGen engine for this demo database simply by providing adapting the settings file to enable users create, edit, browse, search, and query records in the database. Click the thumbnails to enlarge.
First follow the setup steps for dbWebGen.
Then:
- Clone this repository into any folder that is served by your web server.
- Adjust the
ENGINE_PATH
constant inindex.php
to point to the folder where in which you cloned the dbWebGen repository. - Create a PostgreSQL database called
demo
on your localhost - Run the SQL script in demo_db.sql on that database
- Direct your browser to the target folder and log in with user
test
and passwordtest