Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 519 Bytes

File metadata and controls

21 lines (14 loc) · 519 Bytes

FitByte

Running

Open the XAMPP control panel and start the Apache server and the MySQL. Then enter in the terminal:

python main.py

To see the contents of the database open your web browser and navigate to http://localhost

Developing

The current database operations that are supported include:

  • Creating an account
  • Creating a profile
  • Updating the username and password of an account
  • Deleting an account, and all associated data
  • Authenticating an account, with its username and password