{"id":16482437,"url":"https://github.com/willopez/domainsjs","last_synced_at":"2025-02-28T19:42:06.782Z","repository":{"id":85779929,"uuid":"49631340","full_name":"willopez/domainsjs","owner":"willopez","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-19T22:47:28.000Z","size":593,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T11:48:01.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/willopez.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":"2016-01-14T07:49:59.000Z","updated_at":"2017-11-02T18:23:43.000Z","dependencies_parsed_at":"2023-04-23T10:31:07.241Z","dependency_job_id":null,"html_url":"https://github.com/willopez/domainsjs","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/willopez%2Fdomainsjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willopez%2Fdomainsjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willopez%2Fdomainsjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willopez%2Fdomainsjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willopez","download_url":"https://codeload.github.com/willopez/domainsjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241214252,"owners_count":19928284,"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-11T13:10:41.981Z","updated_at":"2025-02-28T19:42:06.762Z","avatar_url":"https://github.com/willopez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DomainsJS\n\nA simple application to manage domain names.\n\n# Installation\n```\nnpm install\n```\n\nA MYSQL database named domains will be necessary. Refer to `server/db/db.js` for database configuration.\n\n## Directory Structure\n\n```\nclient/                  // client side components\n  actions/               // action creators\n  util/                  // client side utilities\n  main.js                // client application entry point\npublic/                  // webpack output directory\n  css/\n  fonts/\n  images/\n  js/\nserver/\n  db/                     // database connection and models\n  graphql/                // graphql configuration\n  routers/                // express routers\n  util/                   // server utilities\nshared/                   // shared resources between client and server\n  components              // react components\n  containers              // higher order components\n  reducers                // Redux reducers\n  routes                  // react router route definitions\n  util                    // shared utilities\ntest/                      \n  components              // component test files\n```\n\n# Running in development mode\nIn development mode, hot module replacement in enabled for a better development\nexperience.\n```\nnpm run dev\nopen http://localhost:3000\n```\n\n# Running tests\nmochajs is used as the testing framework.\n```\nnpm test\n```\n\n# Screenshots\n![Alt text](/public/images/domains.png?raw=true \"Main view\")\n![Alt text](/public/images/reports.png?raw=true \"Details view\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillopez%2Fdomainsjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillopez%2Fdomainsjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillopez%2Fdomainsjs/lists"}