Skip to content

nurlumeryem/flutter-nodejs-user-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👩‍💻 Flutter + Node.js Fullstack CRUD Uygulaması

Bu projede Flutter ile mobil arayüz, Node.js + Express ile backend geliştirdim. Kullanıcılar üzerinde CRUD işlemleri yapılmaktadır.

📁 Proje Yapısı

  • /flutter : Mobil uygulama kodları (Flutter)
  • /backend : Backend API (Node.js, Express)

🔗 API Örnekleri

  • GET /users → Tüm kullanıcıları getirir
  • POST /users → Yeni kullanıcı oluşturur

📱 Flutter Özellikleri

  • http paketiyle API çağrısı
  • State yönetimi: StatefulWidget
  • Form ve listeleme ekranları

🧠 Backend Özellikleri

  • Express.js ile CRUD endpoint'leri
  • Basit JSON veri saklama
  • CORS desteği

🚀 Projeyi Çalıştırma

📱 Flutter Tarafı cd flutter flutter pub get flutter run

🧠 Node.js Tarafı cd backend npm install node index.js

About

Flutter + Node.js fullstack kullanıcı uygulaması

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published