The CRUD app I created is a simple application that tracks a persons prescription medications.
Uses PHP, MySQL and Bootstrap
Here are the steps to get this app running:
- Please update dbconf.php with your MySQL credentials.
- Execute database.sql to create the tables for the application as well as populate some sample data.
- username: [email protected] password: admin1234
- You can also register a new account and add new data.
- If you have php > 5.4, you should be able to run the project with: php -S localhost:8000