{"id":20833380,"url":"https://github.com/liulalemx/berana","last_synced_at":"2026-04-27T07:31:58.146Z","repository":{"id":153323965,"uuid":"337147608","full_name":"liulalemx/berana","owner":"liulalemx","description":"An education focused social media platform.","archived":false,"fork":false,"pushed_at":"2021-02-17T13:44:55.000Z","size":602,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T17:07:39.467Z","etag":null,"topics":["java","sql","sql-server"],"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/liulalemx.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-02-08T17:03:30.000Z","updated_at":"2023-04-20T10:26:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe9946aa-e2e5-464f-8d0e-9d16e2f29cbf","html_url":"https://github.com/liulalemx/berana","commit_stats":null,"previous_names":["liulalemx/berana"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liulalemx/berana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulalemx%2Fberana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulalemx%2Fberana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulalemx%2Fberana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulalemx%2Fberana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liulalemx","download_url":"https://codeload.github.com/liulalemx/berana/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulalemx%2Fberana/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32327701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","sql","sql-server"],"created_at":"2024-11-18T00:15:21.750Z","updated_at":"2026-04-27T07:31:58.120Z","avatar_url":"https://github.com/liulalemx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Berana\n\nBerana is an education focused social media program where users can create text-based posts and follow other users.\n\n![Berana Usage](./beranaDemo.gif)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine.\n\n### Prerequisites\n\n- [Java](https://www.java.com/en/)\n- [IDE (Net Beans)](https://netbeans.apache.org/download/index.html)\n- [Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)\n\n## Usage\n\n1. Clone the repository\n1. Create a SQL server database named BeranaUsers, and the sql tables by executing the queries found in\n   `./Database.sql`\n1. Start Apache NetBeans IDE.\n1. On the menu bar, choose File -\u003e Open Project.\n1. Specify location of the project.\n1. Modify the **username** and **password** values found in `./src/berana/Conndb.java` to the username and password of your SQL Server\n1. Click the Run button or press F6 key to execute the project.\n\n### Modifying the username and password values\n\n```java\nClass.forName(\"com.microsoft.sqlserver.jdbc.SQLServerDriver\");\n        String url = \"jdbc:sqlserver://localhost:1433;databasename=BeranaUsers\";\n        Connection connectDb = DriverManager.getConnection(url,\"username\",\"password\");\n```\n\n## Authors\n\n- **Liul Alemayehu** - _Initial work_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulalemx%2Fberana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliulalemx%2Fberana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulalemx%2Fberana/lists"}