Skip to content

Online-directory-for-Private-Schools/ToDoApp

Repository files navigation

Todo App Challenge

https://todo-app-challenge-2.000webhostapp.com/

Installation instructions:

  1. Make sure you have composer installed in your system, you can follow this link to do so: https://getcomposer.org/

  2. Clone the repo in your local filesystem:

    git clone https://github.com/Online-directory-for-Private-Schools/ToDoApp.git
  3. Move inside the project's directory and install the dependencies:

    cd ToDoApp
    composer install
  4. Open PhpMyAdmin and create a MySQL database and run the scripts inside /sql to create the tables

  5. Create a .env file from the provided example:

    mv .env.example .env 
  6. Edit the environment variables inside .env based on your information.

  7. Move the folder to your htdocs directory and run your php server (ex, using xampp)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages