{"id":13504859,"url":"https://github.com/itsalb3rt/agile-visitors","last_synced_at":"2025-10-25T20:50:51.793Z","repository":{"id":38038929,"uuid":"298894420","full_name":"itsalb3rt/agile-visitors","owner":"itsalb3rt","description":"Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.","archived":false,"fork":false,"pushed_at":"2022-07-13T02:05:03.000Z","size":2607,"stargazers_count":24,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-01T02:34:52.413Z","etag":null,"topics":["docker","hacktoberfest","hacktoberfest2020","open-source","opensource","quasar-framework","vue"],"latest_commit_sha":null,"homepage":"https://agile-visitors.netlify.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsalb3rt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-26T20:28:02.000Z","updated_at":"2023-08-27T00:59:27.000Z","dependencies_parsed_at":"2022-08-29T02:30:42.440Z","dependency_job_id":null,"html_url":"https://github.com/itsalb3rt/agile-visitors","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/itsalb3rt%2Fagile-visitors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsalb3rt%2Fagile-visitors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsalb3rt%2Fagile-visitors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsalb3rt%2Fagile-visitors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsalb3rt","download_url":"https://codeload.github.com/itsalb3rt/agile-visitors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246254077,"owners_count":20747946,"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":["docker","hacktoberfest","hacktoberfest2020","open-source","opensource","quasar-framework","vue"],"created_at":"2024-08-01T00:00:52.506Z","updated_at":"2025-10-25T20:50:51.707Z","avatar_url":"https://github.com/itsalb3rt.png","language":"Vue","funding_links":[],"categories":["Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Open Source [🔝](#readme)","Projects Using Vue.js"],"sub_categories":["Tutorials","Open Source"],"readme":"# Agile visitors :memo:\n\nApplication for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.\n\n## Preview\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eDesktop\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://agile-visitors.netlify.app/\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/itsalb3rt/agile-visitors/master/src/assets/DEMO-image-desktop-1.PNG\" title=\"Desktop\" /\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/itsalb3rt/agile-visitors/master/src/assets/DEMO-image-desktop-2.PNG\" title=\"Desktop\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eMobile\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://agile-visitors.netlify.app/\"\u003e\n    \u003cimg width=\"325\" src=\"https://raw.githubusercontent.com/itsalb3rt/agile-visitors/master/src/assets/DEMO-image-mobile-1.PNG\" title=\"iPhone X\"\u003e\n      \u0026nbsp;\u0026nbsp;\n    \u003cimg width=\"325\" src=\"https://raw.githubusercontent.com/itsalb3rt/agile-visitors/master/src/assets/DEMO-image-mobile-2.PNG\" title=\"iPhone X\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n# Get Started\n\nThe application consists of 2 parts, a **UI** and an **API**.\n\n## API\n\nGo to [API repository](https://github.com/itsalb3rt/agile-visitors-api).\n\n## UI\n\n```bash\n$ git clone https://github.com/itsalb3rt/agile-visitors.git\n$ cd agile-visitors\n```\n\nTo set the API address you must open the file `quasar.conf.js` and modify the following object.\n\n```javascript\nbuild: {\n  env: {\n    API: ctx.dev\n      ? 'http://localhost:5000/api' // Development API\n      : 'https://agile-visitors-api.gibucket.xyz/api' // Production API\n  }\n}\n```\n\n## Docker\n\n```bash\n$ docker build -t agile-visitors .\n```\n\n```bash\n$ docker run -d --name agile-visitors -p 8081:80 --rm  agile-visitors\n```\n\nWe should now be able to access the application on [http://localhost:8081](http://localhost:8081)\n\n## Development\n\nInstall all dependencies.\n\n```bash\n$ npm install\n```\n\nStart the app in development mode (hot-code reloading, error reporting, etc.)\n```bash\n$ quasar dev\n```\n\nBuild the app for production\n```bash\n$ quasar build\n```\n\n---\n\nCreated with :heart: by [Albert Hidalgo](https://github.com/itsalb3rt) and [Lewandy Dilone](https://github.com/lewandy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsalb3rt%2Fagile-visitors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsalb3rt%2Fagile-visitors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsalb3rt%2Fagile-visitors/lists"}