Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f2rkan/digital-content-platform
An example of a digital content platform that I created to reinforce the structures I learned in the object-oriented programming applications course at university. I do CRUD operations and use MD5 encryption algorithm during login process; I also preferred MySQL as database.
https://github.com/f2rkan/digital-content-platform
automation cryptography eclipse-ide java javafx md5-hash ui-design ux-design
Last synced: 4 days ago
JSON representation
An example of a digital content platform that I created to reinforce the structures I learned in the object-oriented programming applications course at university. I do CRUD operations and use MD5 encryption algorithm during login process; I also preferred MySQL as database.
- Host: GitHub
- URL: https://github.com/f2rkan/digital-content-platform
- Owner: f2rkan
- Created: 2022-06-03T20:30:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T09:23:54.000Z (about 2 years ago)
- Last Synced: 2024-08-24T18:14:47.471Z (3 months ago)
- Topics: automation, cryptography, eclipse-ide, java, javafx, md5-hash, ui-design, ux-design
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# digital-content-platform
A project that I developed to reinforce the structures on JavaFX that I learned in the object-oriented programming applications course at university. I used MD5 encryption algorithm for Login and Register operations; I preferred MySQL as database; I also used Eclipse as the IDE.