https://todo-app-challenge-2.000webhostapp.com/
-
Make sure you have composer installed in your system, you can follow this link to do so: https://getcomposer.org/
-
Clone the repo in your local filesystem:
git clone https://github.com/Online-directory-for-Private-Schools/ToDoApp.git
-
Move inside the project's directory and install the dependencies:
cd ToDoApp composer install
-
Open PhpMyAdmin and create a MySQL database and run the scripts inside /sql to create the tables
-
Create a .env file from the provided example:
mv .env.example .env
-
Edit the environment variables inside .env based on your information.
-
Move the folder to your htdocs directory and run your php server (ex, using xampp)