{"id":30283959,"url":"https://github.com/growvth/queriously","last_synced_at":"2026-04-02T03:02:28.532Z","repository":{"id":267680522,"uuid":"901995711","full_name":"growvth/queriously","owner":"growvth","description":"Pdf reader with research copilot","archived":false,"fork":false,"pushed_at":"2025-11-26T16:24:59.000Z","size":106,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:34:26.218Z","etag":null,"topics":["arxiv","arxiv-papers","chatgpt","gemini","gtk4","ollama","pdf-reader","pdf-viewer","research"],"latest_commit_sha":null,"homepage":"https://queriously.xyz","language":null,"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/growvth.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-11T17:46:25.000Z","updated_at":"2025-11-26T16:27:21.000Z","dependencies_parsed_at":"2024-12-11T20:18:56.895Z","dependency_job_id":"124d8db5-f7da-4772-a827-91c630b09ab9","html_url":"https://github.com/growvth/queriously","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"6c2b86276f05780a4dbd57f5ff2eb25e8ceceb6e"},"previous_names":["maskedsyntax/blogapp-backend","maskedsyntax/queriously","growvth/queriously"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/growvth/queriously","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growvth%2Fqueriously","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growvth%2Fqueriously/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growvth%2Fqueriously/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growvth%2Fqueriously/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/growvth","download_url":"https://codeload.github.com/growvth/queriously/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growvth%2Fqueriously/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["arxiv","arxiv-papers","chatgpt","gemini","gtk4","ollama","pdf-reader","pdf-viewer","research"],"created_at":"2025-08-16T18:09:53.707Z","updated_at":"2026-04-02T03:02:28.496Z","avatar_url":"https://github.com/growvth.png","language":null,"readme":"# Queriously\n\n**A Spring Boot-based Q\u0026A platform for curious minds**\n\nQueriously is a minimalist Q\u0026A application where users can ask questions, vote on content, and engage in meaningful discussions. Whether you're looking to satisfy your curiosity or share your expertise, Queriously offers a simple yet robust environment for knowledge exchange.\n\n---\n\n## Features\n\nQueriously lets you post questions with a title and details. Upvote, downvote, and comment to drive engaging debates 💬, with secure JWT authentication for sign-up and login 🚀.\n\n### API Documentation\n\u003ccode\u003e➜\u003c/code\u003e **Self-Documenting APIs:**  \n  Leverage SpringDoc OpenAPI for easy exploration and testing of all endpoints.\n\n---\n\n## Tech Stack\n\n\u003ccode\u003e➜ **Backend:** Spring Boot (Java) \u003c/code\u003e  \n\u003ccode\u003e➜ **Database:** MySQL \u003c/code\u003e     \n\u003ccode\u003e➜ **Security:** JWT-based authentication \u003c/code\u003e    \n\u003ccode\u003e➜ **API Documentation:** SpringDoc OpenAPI \u003c/code\u003e    \n\u003ccode\u003e➜ **Frontend:** Next.js \u0026 shadcn/ui with Bun\u003c/code\u003e    \n\u003ccode\u003e➜ **Build Tool:** Maven \u003c/code\u003e  \n\n---\n\n## Why Queriously?\n\nQueriously was born out of a desire to dive back into Spring Boot and level up my Next.js knowledge. This project is a fun experiment where I mix backend and frontend magic into one neat package. It’s a playground for trying out cool coding tricks, handling errors smartly, and building APIs that just work without all the fuss.\n\n---\n\n## Getting Started\n\n### Prerequisites\n- Java 17\n- Maven\n- MySQL\n- Bun\n\n---\n\n### Running the Backend\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/maskedsyntax/queriously.git\n   ```\n2. **Configure the database:**  \n   Update your database connection details in:\n   ```\n   src/main/resources/application.properties\n   ```\n3. **Build and Run:**  \n   ```bash\n   mvn spring-boot:run\n   ```\n4. **Explore the API:**  \n   Access the API documentation at \u003ccode\u003e http://localhost:8080/swagger-ui.html \u003c/code\u003e\n\n### Running the Frontend\n1. **Navigate to the Frontend Directory:**  \n    ```\n    cd frontend\n    ```\n2. **Install Dependencies with Bun:** \n   ```bash\n   bun install\n   ```\n3. **Start the Dev Server:**\n   ```bash\n   bun dev\n   ```\n4. **Open the App:**  \n   Head over to \u003ccode\u003e http://localhost:3000 \u003c/code\u003e in your browser\n\n\n---\n\n## Current Status\n\nJust starting out and will be updating details as I keep working on the project. Feedback or ideas are always welcome.\n\n---\n\n## License\nThis project is licensed under the MIT License.\n\n---\n\n## Let's Connect!\nHave suggestions or spot something that could be better? Open an issue or reach out directly.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrowvth%2Fqueriously","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrowvth%2Fqueriously","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrowvth%2Fqueriously/lists"}