https://github.com/mraskends/poetystorage
A C# WinForms application for storing and reading poetry. Includes user login, registration, and customizable settings. Users and poems stored in a MySQL database. Built as a university coursework project.
https://github.com/mraskends/poetystorage
csharp database desktop-app login-system mysql sql university windows-forms winforms
Last synced: 2 months ago
JSON representation
A C# WinForms application for storing and reading poetry. Includes user login, registration, and customizable settings. Users and poems stored in a MySQL database. Built as a university coursework project.
- Host: GitHub
- URL: https://github.com/mraskends/poetystorage
- Owner: MrAskends
- Created: 2022-07-22T20:24:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T23:24:20.000Z (about 1 year ago)
- Last Synced: 2025-03-28T00:19:28.665Z (about 1 year ago)
- Topics: csharp, database, desktop-app, login-system, mysql, sql, university, windows-forms, winforms
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoetyStorage
**PoetyStorage** is a Windows Forms application written in C# that allows users to store and read poems.
It includes login/registration functionality and customizable user settings. Users and poems stored in a MySQL database.
This project was built as part of a university course to demonstrate basic WinForms, file handling, and user authentication.
## Purpose
This application was created for educational use and practice with:
- Object-oriented programming
- MySQL databases
- SQL queries
- Windows Forms GUI design
- User authentication
- Multi-form architecture
## Features
- Login and registration system
- Poem reader interface with navigation
- Text-based poem storage
- Basic application settings form
- In-memory and/or file-based user/poem handling
## Technologies
- C#
- .NET Framework
- SQL queries
- MySQL databases
- Windows Forms (WinForms)
- Visual Studio 2019+
## Getting Started
```bash
git clone https://github.com/MrAskends/PoetyStorage.git
cd PoetyStorage/PoetyStorage
```