{"id":25257185,"url":"https://github.com/maskedsyntax/queriously","last_synced_at":"2025-04-06T00:41:07.029Z","repository":{"id":267680522,"uuid":"901995711","full_name":"MaskedSyntax/queriously","owner":"MaskedSyntax","description":"A minimalist Q\u0026A app built with Spring Boot, Next.js, and Bun","archived":false,"fork":false,"pushed_at":"2025-02-24T09:32:59.000Z","size":131,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T10:32:50.064Z","etag":null,"topics":["ask","blog","bun","full-stack","java","java-17","maven","nextjs","qna","spring-boot","typescript","vercel"],"latest_commit_sha":null,"homepage":"","language":"Java","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/MaskedSyntax.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":"2024-12-11T17:46:25.000Z","updated_at":"2025-02-24T09:33:03.000Z","dependencies_parsed_at":"2024-12-11T20:18:56.895Z","dependency_job_id":"124d8db5-f7da-4772-a827-91c630b09ab9","html_url":"https://github.com/MaskedSyntax/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"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2Fqueriously","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2Fqueriously/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2Fqueriously/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2Fqueriously/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaskedSyntax","download_url":"https://codeload.github.com/MaskedSyntax/queriously/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419811,"owners_count":20936012,"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":["ask","blog","bun","full-stack","java","java-17","maven","nextjs","qna","spring-boot","typescript","vercel"],"created_at":"2025-02-12T06:37:06.967Z","updated_at":"2025-04-06T00:41:06.989Z","avatar_url":"https://github.com/MaskedSyntax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskedsyntax%2Fqueriously","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaskedsyntax%2Fqueriously","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskedsyntax%2Fqueriously/lists"}