All Projects → 0xHEXSPEAK → service-skeleton

0xHEXSPEAK / service-skeleton

Licence: other
Microservice skeleton based on yii2 framework.

Programming Languages

PHP
23972 projects - #3 most used programming language
Batchfile
5799 projects
shell
77523 projects

Projects that are alternatives of or similar to service-skeleton

memberhive
Relationship Management System for churches and organisations
Stars: ✭ 12 (-14.29%)
Mutual labels:  yii2
grav-skeleton-gravcart
The Grav Shopping Cart skeleton
Stars: ✭ 11 (-21.43%)
Mutual labels:  skeleton
nixkell
A simple Nix-Haskell skeleton
Stars: ✭ 63 (+350%)
Mutual labels:  skeleton
leadshop
Leadshop是一款提供持续更新迭代服务的轻量级、高性能开源电商系统,前后端分离(uniapp +电商专用yii2.0),可视化DIY拖拽装修,旨在打造极致的用户体验! 支持微信小程序,公众号等
Stars: ✭ 168 (+1100%)
Mutual labels:  yii2
phd5-app
💜 Universal web application built upon Docker, PHP & Yii 2.0 Framework
Stars: ✭ 71 (+407.14%)
Mutual labels:  yii2
yii2-content-tools
ContentTools editor implementation for Yii 2
Stars: ✭ 79 (+464.29%)
Mutual labels:  yii2
yii2-console-migration
yii2命令行中使用migration备份和还原数据库
Stars: ✭ 35 (+150%)
Mutual labels:  yii2
yii2-vote
Provides voting for any model 👍 👎
Stars: ✭ 70 (+400%)
Mutual labels:  yii2
grav-skeleton-knowledge-base
Skeleton package of the Knowledge Base theme for Grav CMS
Stars: ✭ 22 (+57.14%)
Mutual labels:  skeleton
glfw-skeleton
💀 A skeleton OpenGL C++ app bootstrapped with glfw, glad, and glm.
Stars: ✭ 24 (+71.43%)
Mutual labels:  skeleton
IndRNN pytorch
Independently Recurrent Neural Networks (IndRNN) implemented in pytorch.
Stars: ✭ 112 (+700%)
Mutual labels:  skeleton
lambda.service.skeleton
A skeleton for deploying python microservices on AWS Lambda.
Stars: ✭ 73 (+421.43%)
Mutual labels:  skeleton
SkeletonMatching
This repository implements skeleton matching algorithm.
Stars: ✭ 30 (+114.29%)
Mutual labels:  skeleton
yii2-dingtalk
yii2钉钉接口
Stars: ✭ 23 (+64.29%)
Mutual labels:  yii2
php-framework-benchmark
php framework benchmark (include laravel、symfony、silex、lumen、slim、yii2、tastphp etc)
Stars: ✭ 17 (+21.43%)
Mutual labels:  yii2
cheatera.pp.ua
cheatera.pp.ua - UNIT Factory students stat: lvl, projects, etc
Stars: ✭ 19 (+35.71%)
Mutual labels:  yii2
yii2-linkable-behavior
Yii2 behavior to help creating urls easier
Stars: ✭ 12 (-14.29%)
Mutual labels:  yii2
examination
Yii2-basic 考试系统
Stars: ✭ 76 (+442.86%)
Mutual labels:  yii2
Skeleton-EJS
A front-end template build upon Rosid.
Stars: ✭ 13 (-7.14%)
Mutual labels:  skeleton
yii2-rollbar
Rollbar for Yii2
Stars: ✭ 36 (+157.14%)
Mutual labels:  yii2

service-skeleton

Microservice skeleton based on yii2 framework.


Docker installation

Before installation

  1. Read about [docker] (https://docker.com). You should be familiar with basic concepts before starting.

Installation

  1. Follow [docker install] (https://docs.docker.com/engine/installation/) instruction
  2. Install composer globally (https://getcomposer.org/download/)
  3. Run the following command from the project root docker/start.sh

Docker FAQ

How do i run yii console command?

  1. docker-compose exec app console/yii help
  2. docker-compose exec app console/yii migrate
  3. docker-compose exec app console/yii migrate/down etc.

How to connect to the application database with my workbench?

MySQL is available on localhost, port 33061. User - api_dbu, password - api_pass.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].