/MidProject-BackendDevelopment-2022

To do list web page using PHP and MySQL as a database for storing user account and each user task.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

To-do List

preview img preview img preview img

Information

To-do list web page using PHP and SQL as a database for storing user account and each user task.

Members:

  1. Reynaldo Marchell Bagas Adji
  2. Reynaldy Marchell Bagas Adji

Deploy

  1. Download XAMPP on your system then run Apache and MySQL services
  2. Open terminal and go to htdocs on your XAMPP directory
    cd C:/xampp/htdocs
  1. Clone this repository
    git clone https://github.com/reynaldomarchell/MidProject-BackendDevelopment-2022.git todo
    cd todo
  1. Copy the SQL query inside dbcode.sql and paste it in SQL server or just run this command
    cat dbcode.sql
  1. Go to this link (http://localhost/todo) to access the page.