This is a simple crud app made with Php and VueJs. It interacts with database using REST API
- Clone the Repository and get in root project folder
- Open command line and type
php install.php
Enter the servername (default localhost
)
, username (default root
)
, password (default is empty or ' '
)
, and database name(required)
After running this script , database , tables and config file ( config.inc.php
) will be created
If You modify the name of config file created by script then , it may generate some error . so make sure , you rename the file name in all files .
This project requires any local server installed (W/X/L AMPP)
Any Contribution to this project is highly appreciated