Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 347 Bytes

File metadata and controls

10 lines (8 loc) · 347 Bytes

CRUD in basic PHP

Steps to make the project work:

  1. Add your own secret.php in the same place as secret.example.php, with the examples replaced with your own credentials.
  2. Run init_database.php file or just manually source schema.sql and the seed.sql files.
  3. Change the base URL in the config.php as appropriate
  4. Start the server