Giter Site home page Giter Site logo

fligno's Introduction

Fligno App

Simple Web Application built with Laravel + React.

Get Started

To start the containers, enter the following:

option -d to run in background

For Dev

docker-compose -f dev-docker-compose.yml up -d

For Prod

docker-compose -f prod-docker-compose.yml up -d

To stop the containers, enter the following

docker-compose -f <docker-file> down

If you have changed the Dockerfiles on one of the services, please rebuild the images with the following command:

docker-compose build

To execute commands on the server, enter the following

docker run -it --rm fligno_server <command>

Example:

docker run -it --rm fligno_server php artisan list

To start development initially, please start the apache2 server, migrate and seed the database

docker exec -it fligno_server php artisan migrate:fresh
docker exec -it fligno_server php artisan db:seed

If the storage folder was still not linked to public folder, enter the following (this is to show images)

docker exec -it fligno_server php artisan storage:link

Note

Please use sample .env.example on fligno_server container. Also please check the following links below

phpmyadmin: localhost:8888
	username: root
	password: test123
fligno_admin: localhost:8080
	email: [email protected]
	password: test123
fligno_server: localhost:9090
	email: [email protected]
	password: test123

fligno's People

Contributors

brianpunzalan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.