{"id":26548739,"url":"https://github.com/utwo/after5app-backend","last_synced_at":"2026-04-05T20:35:49.008Z","repository":{"id":37522572,"uuid":"216190845","full_name":"Utwo/after5app-backend","owner":"Utwo","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-21T17:40:40.000Z","size":409,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-27T13:41:49.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Utwo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-19T10:48:47.000Z","updated_at":"2019-10-21T22:09:54.000Z","dependencies_parsed_at":"2022-08-18T20:31:58.120Z","dependency_job_id":null,"html_url":"https://github.com/Utwo/after5app-backend","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utwo%2Fafter5app-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utwo%2Fafter5app-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utwo%2Fafter5app-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utwo%2Fafter5app-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Utwo","download_url":"https://codeload.github.com/Utwo/after5app-backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918575,"owners_count":20531683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-22T06:33:06.991Z","updated_at":"2025-12-30T23:51:28.616Z","avatar_url":"https://github.com/Utwo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# After5app backend\nRestful API based app, php7 with laravel\n\n[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)\n\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/5b553a5fdab9037961dd)\n\n### Config\nAll necessary configs are in env.example. Just copy env.example to .env\n\n### Run with docker\n\n```\n$ docker-compose up -d\n```\n- start the containers\n\n```\n$ docker-compose run php bash\n```\n- ssh in php container and execute commands\n\n```\n$ docker-compose stop\n```\n- stop the containers\n\n\n### Setting up this beauty!\n\n```\n$ cp .env.example .env\n```\n- copy .env.example to .env (don't forget to edit this file according to your needs)\n\nFirst ssh in php container, then execute the commands below\n\n```\n$ composer install\n```\n- install all dependencies for laravel and PHP\n\n```\n$ php artisan key:generate\n```\n- generate a new key for your application\n\n```\n$ php artisan jwt:secret\n```\n- generate a new key for JWT token\n\n```\n$ php artisan migrate:refresh --seed\n```\n- reset current migrations, migrate the database, seed the database\n\n```\n$ php artisan optimize --force\n$ php artisan route:cache\n$ php artisan config:cache\n```\n- cache route and config (only for production or frontend work)\n\n```\n$ php artisan\n```\n- for a list of all available commands\n\n### Run tests ###\n\n```\n$ phpunit\n```\n- run tests\n\n### Database ###\n\n```\n$ php artisan migrate\n```\n- migrate the database\n\n```\n$ php artisan migrate:reset\n```\n- reset all migrations\n\n```\n$ php artisan db:seed\n```\n- seed the database with dummy data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futwo%2Fafter5app-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futwo%2Fafter5app-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futwo%2Fafter5app-backend/lists"}