Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 413 Bytes

TODO app mvc-oop

Setup Instructions

  1. Clone this repository.

  2. Create a .env file in the root directory. (under the same dir as index.php)

  3. Add the following environment variables to the .env file:

    SERVERNAME="localhost"
    USERNAME="your_username"
    PASSWORD="your_password"
    DBNAME="your_db_name"

  4. Save the .env file.

Now you're all set!