v3.3.0awesome_dialog
Flutter-Paket zum Anzeigen schöner Dialoge (INFO, QUESTION, WARNING, SUCCESS, ERROR) mit Animationen so einfach wie möglich.
LifeSync möchte dazu beitragen, dass Nutzer ein gesundes Leben führen, indem sie ihr tägliches Leben organisieren. Das Projekt ist ein mehrplattformfähiges System, das Nutzern die Verfolgung wichtiger Faktoren wie Ernährung, Sport und Flüssigkeitszufuhr ermöglicht.
v3.3.0Flutter-Paket zum Anzeigen schöner Dialoge (INFO, QUESTION, WARNING, SUCCESS, ERROR) mit Animationen so einfach wie möglich.
v2.0.0Einfache Möglichkeit, Nachrichten, Links oder Dateien aus Ihrer Flutter-App für Android und iOS zu teilen (Enter drücken, um einige Gifs anzusehen).
{"sdk":"flutter"}^1.0.2^0.0.2^1.1.0^1.0.0+2^2.24.2^4.13.5^4.15.2^6.1.6^2.0.0^11.5.6^1.0.5^6.1.1^6.1.0^6.2.2^3.1.0{"sdk":"flutter"}^2.0.0Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
LifeSync, kullanıcıların günlük yaşantılarını düzenleyerek sağlıklı bir yaşam sürmelerine katkıda bulunmayı amaçlamaktadır. Proje, kullanıcıların beslenme, spor ve su tüketimi gibi önemli faktörleri takip etmelerine olanak tanıyan çok platformlu bir sistemdir. Ayrıca, kullanıcıları birbirleriyle etkileşime geçirerek motivasyonlarını artırmak ve sağlıklı yaşam alışkanlıkları kazandırmak için çeşitli özellikleri içermektedir. LifeSync, kullanıcıların günlük hedefleri belirlemelerine, bu hedeflere ulaşmalarına ve birbirleriyle rekabet etmelerine olanak tanıyan bir platform sunmaktadır.
API varsayılan olarak 8000 numaralı bağlantı noktasında çalışır.
API'ye http://localhost:8000/ adresinden erişebilirsiniz.
Not: API, veritabanı tabloları eklenmeden çalışmaz.
devam ediyor...
devam ediyor...
Bu projede MVC (Model-View-Controller) mimarisi kullanılmıştır. Bu mimari sayesinde projenin geliştirilmesi, düzenlenmesi ve bakımı kolaylaştırılmıştır. Model, View ve Controller bileşenleri, uygulamayı yönetmek için sağlam ve bakımı kolay bir sistem sağlamak üzere uyumlu bir şekilde çalışmaktadır.
Başlamadan önce aşağıdaki gereksinimleri karşıladığınızdan emin olun:
Projeyi yüklemek ve çalıştırmak için şu adımları izleyin:
"database" klasörüne git:
cd LifeSync/backend
Proje bağımlılıklarını yükleyin:
npm install
Veritabanı ayarlarını düzenle:
Sunucuyu başlat:
node index.js
ya da
npm start
Proje dizinine git:
cd ..
"flutter pub get" komutunu çalıştırarak paketleri yükle:
flutter pub get
Uygulamayı başlat:
flutter run
Bu proje MIT Lisansı kapsamında lisanslanmıştır.
LifeSync aims to contribute to users leading a healthy life by organizing their daily routines. The project is a multi-platform system that allows users to track essential factors such as nutrition, exercise, and water consumption. Additionally, it includes various features to engage users with each other, boosting their motivation and instilling healthy lifestyle habits. LifeSync provides a platform for users to set daily goals, achieve them, and compete with each other.
The API runs on port 8000 by default.
You can access the API at http://localhost:8000/
Note: API does not work without adding database tables.
progressing...
progressing...
This project follows the MVC (Model-View-Controller) architectural pattern, which helps in organizing and managing the codebase effectively. By adhering to the MVC architecture, the project achieves a clear separation of concerns, making it easier to manage and extend in the future. The Model, View, and Controller components collaborate harmoniously to provide a robust and maintainable system for managing app.
Before you begin, ensure you have met the following requirements:
To install and run the project locally, follow these steps:
Navigate to the database directory:
cd LifeSync/backend
Install the project dependencies:
npm install
Configure the database settings:
Start the server:
node index.js
or
npm start
Navigate to the project directory:
cd ..
run "flutter pub get":
flutter pub get
Start the application:
flutter run
This project is licensed under the MIT License.