To-Do list application lets user to track there daily tasks.
- To Clone the repository locally you need Git installed on you PC.
- Download the Docker.
- Go into this repository and run this command
docker-compose up -d
- For Mariadb download HeidiSQL it is the most popular tools for MariaDB and MySQL worldwide.
- Open HeidiSQL and click new button, in Settings
- Set - Network type: MariaDB or MySQL (TCP/IP) Hostname/IP: 127.0.0.1 Port: 3306
- Open Chrome and enter this url
http://localhost:5002
Ensure LAMP or XAMPP is not running on background because this may cause some error on running this application.
