{"id":16198660,"url":"https://github.com/bhushan/doers","last_synced_at":"2025-04-07T17:28:20.841Z","repository":{"id":111045288,"uuid":"415392950","full_name":"bhushan/doers","owner":"bhushan","description":"Social media app to showcase your todo list and its current progress mostly to motivate others and get motivated by others.","archived":false,"fork":false,"pushed_at":"2021-10-10T15:29:19.000Z","size":767,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T19:41:29.324Z","etag":null,"topics":["doers","larajam","laravel","todo"],"latest_commit_sha":null,"homepage":"","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/bhushan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-09T18:38:57.000Z","updated_at":"2021-10-15T08:27:02.000Z","dependencies_parsed_at":"2024-03-10T23:33:07.602Z","dependency_job_id":null,"html_url":"https://github.com/bhushan/doers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan%2Fdoers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan%2Fdoers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan%2Fdoers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhushan%2Fdoers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhushan","download_url":"https://codeload.github.com/bhushan/doers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247696744,"owners_count":20981076,"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":["doers","larajam","laravel","todo"],"created_at":"2024-10-10T09:14:29.678Z","updated_at":"2025-04-07T17:28:20.823Z","avatar_url":"https://github.com/bhushan.png","language":"PHP","readme":"# Doers\n\nSocial media app to showcase your todo list and its current progress mostly to motivate others and get motivated by\nothers.\n\nTODO\n\n- [x] The Easiest scaffolding for the project\n- [x] Authentication\n- [x] Scope todo item to a particular user (Delete can be done by owner only)\n- [x] Todo can be marked completed incomplete by its owner\n- [x] Show todo owner information on index page\n- [ ] Show progress about the list somewhere on profile\n- [x] User profile page where only user specific todos are listed\n- [x] Follow/Unfollow another user to see his/her todos and progress\n- [ ] If authenticated user, show only todos from person he/she follows and his/her own todos on main page\n- [ ] Design better pages and looks (the lowest priority)\n\n# Prerequisites\n\n- PHP \u003e= 7.3\n- PHP Extension - BCMath\n- PHP Extension - Ctype\n- PHP Extension - Fileinfo\n- PHP Extension - JSON\n- PHP Extension - Mbstring\n- PHP Extension - OpenSSL\n- PHP Extension - PDO\n- PHP Extension - Tokenizer\n- PHP Extension - XML\n- MySQL\n- GIT\n- Composer\n- NPM\n\n## How to install\n\n- Do the git clone of the project\n\n```bash\ngit clone https://github.com/bhushan/doers.git\n```\n\n- Navigate inside project directory\n\n```bash\ncd doers\n```\n\n- Install composer dependencies\n\n```bash\ncomposer install\n```\n\n- Install NPM dependencies\n\n```bash\nnpm install\n```\n\n- Create environment file by copying `.env.example` file to `.env`\n\n- Generate App Key for the project\n\n```bash\nphp artisan key:generate\n```\n\n- Change following configurations from `.env` file\n    - DB_DATABASE=\n    - DB_USERNAME=\n    - DB_PASSWORD=\n\n- Now create the database with the same name used in DB_DATABASE\n\n- Migrate database and seed default data\n\n```bash\nphp artisan migrate:fresh --seed\n```\n\n## How to run application\n\n- Run below command from the project root directory, and run the provided url in browser\n\n```bash\nphp artisan serve\n```\n\n## How to execute tests\n\n- Run the below command from the project root directory\n\n```bash\n./vendor/bin/phpunit\n```\n\nor\n\n```bash\nphp artisan tests\n```\n\n## Few useful commands\n\n- Compile the assets\n\n```bash\nnpm run \u003cenv\u003e\n```\n\nNote:\n\na. ```env``` can be ```prod``` or ```dev```\n\nb. ```prod``` generates the minified assets\n\n- Watch changes in the assets\n\n```bash\nnpm run watch\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhushan%2Fdoers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhushan%2Fdoers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhushan%2Fdoers/lists"}