Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 591 Bytes

TheCalorieUpdater

A DBMS Project which keeps track of the calories consumed and notifies the users if the calorie limit is exceeded.

Getting Started

Dependencies

  • Xampp Server

Installing

  • Download the Xampp software from the official website.
  • Save the code in the xampp/htdocs/scripts folder.
  • Import the calorie.sql file into the database.
    Type localhost/phpmyadminon the browser -> Import -> Choose File -> Upload File

Executing Program

Type localhost/index.php on the browser.

Authors

@Kiittyka

Version History

  • 0.1
    • Initial Release