doesangue core
v1.0.0-beta
在這裡閱讀它
diOangue.me是一個免費的(且免費的)平台,它連接了獻血中有趣的人。
如果您想在本地安裝或部署到服務器/INFRA,請在我們的Wiki上遵循指南
docker-compose run app composer install # install php dependencies docker-compose run app php artisan key:generate # generate the API_KEY docker-compose run app php artisan migrate --seed # run the migrations 使用命令docker-compose run app php artisan您可以看到所有可用的工匠命令
前任:
docker-compose run app php artisan # list the commands
docker-compose run app php artisan route:list # list all routes of our API 默認情況下,
localhost:8080
docker-compose up # run's the service在後台運行服務:
docker-compose up -d # run's the service in background
docker-compose down # stop and kill the service為了為此回購做出貢獻,請檢查貢獻的文檔/指南
我們考慮並尊重每個為我們的項目做出貢獻的每個人。檢查貢獻者文檔中貢獻者的完整列表。