A-Abdiukov / java-rtf-text-editor

Text editor that can modify .rtf files. Includes login authentification (by using MySQL), also includes error logging into .log files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtf-text-editor

A text editor that can modify .rtf files.

To start using the application, the user should create a new account or log in to an existing account. Log in authentification is handled by the MySQL database.

After logging in, the user can open one of the existing .rtf files or create a new one. Afterward, the user can modify the file and save it.

Other features include:

  • A logging functionality - the application logs errors into log files.
  • The application uses stored procedures only.

How to set up:

  1. Create a MySQL instance with username "root" and password "root".
  2. Create the database from the "Create-DB-MYSQL.sql" file.
  3. Log in. Username = "admin". Password = "password".

Credits

About

Text editor that can modify .rtf files. Includes login authentification (by using MySQL), also includes error logging into .log files.

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%Language:Rich Text Format 0.0%