A general-purpose CRUD interface on the LAMP stack.
A PHP CRUD interface!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
These are instructions of how you may set up your project locally.
To get a local copy up and running follow these simple steps.
htdocs
directory
git clone https://github.com/jaredible/CS4610-Project-1.git
database.sql
scriptconfig.php
$config = array(
'db' => array(
'host' => 'localhost',
'user' => 'ENTER YOUR USERNAME',
'pass' => 'ENTER YOUR PASSWORD',
'name' => 'university'
)
);
localhost/CS4610-Project-1/public
to view the project.Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/<feature-name>
)git commit -m 'Added <feature-name>'
)git push origin feature/<feature-name>
)Jared Diehl - @jaredmdiehl - jared@jaredible.net
Project Link: https://github.com/jaredible/CS4610-Project-1