Skip to content

titenis/fullstack-party

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great task for Great Fullstack Developer

Requirements

  • Docker ^17.05
  • Docker-compose ^1.22.0

How to run

  • create github app
  • create and update .ENV files ui/docker/.env, api/.env, api/docker/.env

DEV RUN

  • cd api/docker && ./start_dev.sh
  • cd ui/docker && ./start_dev.sh

DEV STOP

  • cd api/docker && ./stop_dev.sh
  • cd ui/docker && ./stop_dev.sh

PROD RUN

  • cd api/docker && ./start_prod.sh
  • cd ui/docker && ./start_prod.sh

PROD STOP

  • cd api/docker && ./stop_prod.sh
  • cd ui/docker && ./stop_prod.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.1%
  • CSS 19.8%
  • PHP 14.1%
  • Shell 2.6%
  • Dockerfile 1.4%
  • HTML 1.0%