Skip to content

This project was developed with the aim of learning React JS and Laravel technologies

Notifications You must be signed in to change notification settings

MatheusCrispim/Airport-Manager

Repository files navigation

Airport-Manager

This project was developed with the aim of learning React JS and Laravel technologies

Airport Manager

The airport manager provides basic functionalities for airport management, the main functionalities being the following:

  • Airports CRUD
  • Airlines CRUD
  • Runaways CRUD
  • Flights Crud
PS: This project was made only for the purpose of learning the ReactJS and Laravel technologies

Dependencies

Installing

Clone and navigate to the root folder of this project

OS X & Linux:

composer install
  • Create a database in MySQL
cp .env.example .env

Open the .env and set the database settings in the following fields:

DB_HOST = database Host
DB_DATABASE = database Name
DB_USERNAME = database user
DB_PASSWORD = database Password
sudo php artisan key:generate
php artisan migrate
npm install
npm run dev

If you want to run this project in production, open .env and set the values for the following fields:

APP_ENV = production
APP_DEBUG = false 

Running

php artisan serve

Built With

  • Laravel - Serve-side framework used
  • ReactJs - JavaScript library for building user interfaces
  • Composer - Dependency manager for PHP
  • npm - Dependency manager for Javascript

About

This project was developed with the aim of learning React JS and Laravel technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published