{"id":16537650,"url":"https://github.com/acdcjunior/simple-review","last_synced_at":"2026-05-10T18:32:15.051Z","repository":{"id":144982296,"uuid":"94486540","full_name":"acdcjunior/simple-review","owner":"acdcjunior","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-04T22:58:10.000Z","size":1387,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T05:10:32.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acdcjunior.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-06-15T23:29:28.000Z","updated_at":"2018-07-04T22:58:12.000Z","dependencies_parsed_at":"2023-04-20T10:01:13.943Z","dependency_job_id":null,"html_url":"https://github.com/acdcjunior/simple-review","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/acdcjunior%2Fsimple-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acdcjunior%2Fsimple-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acdcjunior%2Fsimple-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acdcjunior%2Fsimple-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acdcjunior","download_url":"https://codeload.github.com/acdcjunior/simple-review/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241739432,"owners_count":20012103,"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":"2024-10-11T18:43:06.191Z","updated_at":"2026-05-10T18:32:09.997Z","avatar_url":"https://github.com/acdcjunior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Review\n\nSimple Code Review App Based on Docker, Vue.js, PouchDB, CouchDB, GitLab, nginx, Trello and Node.js back-end.\n\n# Steps to develop\n\nRun at `/.dev/`:\n\n    docker-compose up --build\n    \n- Go to gitlab: http://127.0.0.1:8090/ and provide the password\n\n- Create an **`api`**+**`read_user`** token for `@root`\n    - Navigate to `Settings -\u003e Access tokens` or go to http://127.0.0.1:8090/profile/personal_access_tokens\n    - Something like `-x-AyJ-9ULh1JytxMRs9`\n    \n- Create users and project\n    - Run the following script in chrome console (change the token before executing):\n\n          var rootTOKEN = '6eG3kEs1rRxynkiCDfD1'; // CHANGE ME!!!\n          \n          function createUser(name, username) {\n            console.log(`Creating: ${username}...`);\n            $.ajax({\n              url: 'http://127.0.0.1:8090/api/v4/users',\n              type: 'post',\n              data: {email: `${username}@gmail.com`, username, name, reset_password: true},\n              headers: {\"PRIVATE-TOKEN\": rootTOKEN},\n              dataType: 'json',\n              success: function (d) { console.info('Successfully created '+username+': ', d); }\n            });\n          }\n          createUser(\"Joe Never Commits\", \"simplereview__joe\");\n          createUser(\"Alice Alice\", \"simplereview__alice\");\n          createUser(\"Bob Bob\", \"simplereview__bob\");\n          createUser(\"Eve Eve\", \"simplereview__eve\");\n          createUser(\"UpPerCaSe MaRy\", \"simplereview__MaRy\");\n          createUser(\"Othe Team Bart\", \"simplereview__bart\");\n          createUser(\"Antonio C Jr\", \"acdcjunior\");\n          createUser(\"Bot GitLab\", \"simplereview__bot\");\n\n          $.ajax({\n            url: 'http://127.0.0.1:8090/api/v4/projects/user/3', // creating for Alice, if nothing different\n            type: 'post',\n            data: {name: 'simple-review-sample-project', import_url: 'https://github.com/acdcjunior/simple-review-sample-project.git', visibility: 'public'},\n            headers: {\"PRIVATE-TOKEN\": rootTOKEN},\n            dataType: 'json',\n            success: function (d) { console.info(`Successfully created project with ID: ${d.id} -- `, d); }\n          });\n\n- You should be able to edit and have most of back-end auto-updated. If not, run `.dev/restart-back.bat`\n- For the front-end you'll have to run it locally (`npm i \u0026\u0026 npm run dev`) and go to http://127.0.0.1:5555","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facdcjunior%2Fsimple-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facdcjunior%2Fsimple-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facdcjunior%2Fsimple-review/lists"}