Discover Packages
github.com/coderianx/flint
examples
register_app
command
Version:
v1.4.2
Opens a new window with list of versions in this module.
Published: Oct 4, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Register App / Kayıt Uygulaması
Bu dosya, Flint Framework kullanarak basit bir kullanıcı kayıt formu örneğini hem Türkçe hem İngilizce olarak açıklar.
This file explains a simple user registration form example using Flint Framework in both Turkish and English.
📂 Project Structure / Proje Yapısı
examples/register_app/
├── main.go
├── index.html
└── README.md
main.go → Server code / Sunucu kodu
index.html → Basic HTML registration form / Basit HTML kayıt formu
README.md → This description file / Bu açıklama dosyası
🚀 Running / Çalıştırma
English
Install Flint framework:
go get github.com/coderianx/flint
Run the example:
go run main.go
Open in browser:
http://localhost:8080
Türkçe
Flint framework'ü yükle:
go get github.com/coderianx/flint
Örneği çalıştır:
go run main.go
Tarayıcıdan aç:
http://localhost:8080
📋 Usage / Kullanım
English
Enter a username and password in the form.
Click the Submit button.
The server will capture the submitted data and respond with a welcome message.
Türkçe
Açılan formda kullanıcı adı ve şifre girin.
Gönder butonuna basın.
Sunucu, girilen bilgileri alır ve hoş geldin mesajı döner.
📌 Notes / Notlar
English
This example demonstrates how Flint’s FormData() method works.
In real-world applications, passwords should be hashed and stored in a database.
Türkçe
Bu örnek, Flint’in FormData() metodunu nasıl kullandığını gösterir.
Gerçek projelerde şifreler hashlenmeli ve veritabanına kaydedilmelidir.
Expand â–¾
Collapse â–´
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.