Skip to content

danielvloggs/Flutter-Laravel-API-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flutter-Laravel-API-Project

Cross-platform Flutter app with Laravel backend. Simple UI, efficient RESTful API, secure authentication, and scalable database management.

Getting Started

These instructions will guide you on how to set up and run both the Laravel backend and the Flutter frontend.

Dependencies

Make sure you have the following tools installed on your machine:

Installation

  1. Clone the repository:
git clone https://github.com/Abdallah-Salama2/Flutter-Laravel-API-Project
cd your-project

2.Run the localhost server

Laravel Backend

1.Navigate to the Laravel backend directory:

cd flutter-api

2.Install Composer dependencies:

composer install

3.Copy the .env.example file to .env and configure your database settings:

cp .env.example .env

4.Generate an application key:

php artisan key:generate

5.Run migrations and seed the database:

php artisan migrate --seed

Start the Laravel development server:

php artisan serve

Flutter Frontend

1.Navigate to the Flutter frontend directory:

cd flutter_application_1

2.Get Flutter dependencies:

flutter pub get

3.Run the Flutter app:

flutter run

About

Cross-platform Flutter app with Laravel backend. Beautiful UI, efficient RESTful API, secure authentication, and scalable database management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 36.0%
  • Dart 32.7%
  • Blade 11.6%
  • C++ 9.3%
  • CMake 7.9%
  • HTML 0.8%
  • Other 1.7%