Skip to content

This project is a dockerized analyze service of Flight Reservation System, implemented in Laravel.

Notifications You must be signed in to change notification settings

alipar76/analyze_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight reservation system

This is a simple project about flight reservation system for practice microservice architecture.

Services

Document

Please run the following commands to run services:

sudo docker network create main_net
sudo docker compose up --build
sudo docker compose run --rm composer install

Note : if you have error when open project in localhost:8001 try run bellow commands.

Error: The stream or file "/var/www/laravel/app/storage/logs/laravel.log" could not be opened...
Run command sudo chmod o+w ./storage/ -R in project directory.

If you have error that says about key, run sudo docker compose run --rm php artisan key:generate command to generate key for laravel project.

About

This project is a dockerized analyze service of Flight Reservation System, implemented in Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published