Skip to content

A basic reading list GUI app that connects to an (my)SQL server.

License

Notifications You must be signed in to change notification settings

markkulube/BookDataBase

Repository files navigation

BookDataBase

A basic reading list desktop GUI app that connects to, and stores data in a MySQL server.

Requirements:

Configurations

In src/config.json specify the username and password to the MySQL server.

  • e.g:
    {

      "MYSQL_USER": "root",
      "MYSQL_PASS": "diploid46",
      "MYSQL_DRIVER": "com.mysql.jdbc.Driver",
      "MYSQL_URL": "jdbc:mysql://localhost/",
      "MYSQL_PORT": 3306
    

    }

About

A basic reading list GUI app that connects to an (my)SQL server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages