Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

frctnlss/haven-contact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haven-contact

Start up the application to access the frontend at http://localhost:8090

sh start-stack.sh

Restart application

sh restart-stack.sh

Stop application

sh stop-stack.sh

To access the database, use your database access service of choice (ex: on MacOS SequelPro is a good option) Host: 127.0.0.1 or localhost User: root Pass: secret Port: 33070

To access any container

docker exec -it <container_name> bash

Containers include:

  • api_fpm for the laravel php instance
  • web_app_watcher for the react frontend builder
  • api_db for hosting the database instance used with laravel
  • nginx for serving up the react static build files and connecting to the api through fastcgi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published