{"id":20895675,"url":"https://github.com/kondratovivan/servlet-app","last_synced_at":"2026-05-22T02:32:30.914Z","repository":{"id":214335241,"uuid":"736253713","full_name":"KondratovIvan/servlet-app","owner":"KondratovIvan","description":"Servlet CRUD app with auth and filters","archived":false,"fork":false,"pushed_at":"2024-01-18T12:34:39.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T14:53:18.574Z","etag":null,"topics":["authentication","java","logging","servlets","wildfly"],"latest_commit_sha":null,"homepage":"","language":"Java","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/KondratovIvan.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}},"created_at":"2023-12-27T11:57:02.000Z","updated_at":"2023-12-27T13:24:53.000Z","dependencies_parsed_at":"2023-12-30T13:22:27.785Z","dependency_job_id":"2234e84b-c869-4d25-9ac4-c58fa470d36f","html_url":"https://github.com/KondratovIvan/servlet-app","commit_stats":null,"previous_names":["kondratovivan/servlet-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KondratovIvan%2Fservlet-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KondratovIvan%2Fservlet-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KondratovIvan%2Fservlet-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KondratovIvan%2Fservlet-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KondratovIvan","download_url":"https://codeload.github.com/KondratovIvan/servlet-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243280060,"owners_count":20265946,"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":["authentication","java","logging","servlets","wildfly"],"created_at":"2024-11-18T10:29:51.171Z","updated_at":"2025-12-27T05:33:14.890Z","avatar_url":"https://github.com/KondratovIvan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# servlet-app\n\n\n\nTo run this application you must\n\n1. Make a Fork of this project (priority) or clone repository\n\n```bash\ngit clone https://github.com/KondratovIvan/servlet-app\n```\n\n2. Build this application using maven \n\n```bash\nmvn clean install -Dmaven.plugin.validation=VERBOSE\n```\n3. Download and install WildFly https://www.wildfly.org/. Запустить WildFly. Go to the /bin directory and call standalone.bat\n   then deploy the application using the command\n\n```bash\nmvn org.wildfly.plugins:wildfly-maven-plugin:2.0.2.Final:deploy\n```\n4. Download and install the Postman request client\n   \n5. Download and install DBMS PostgreSQL, create DB - Employee\n```bash\n\nDROP DATABASE Employee;\n\nCREATE DATABASE Employee;\n\nUSE Employee;\nCREATE TABLE if not exists public.users\n(\n    id      serial \n            primary key,\n    name    varchar(255),\n    email   varchar(255),\n    country varchar(255)\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkondratovivan%2Fservlet-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkondratovivan%2Fservlet-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkondratovivan%2Fservlet-app/lists"}