{"id":29113839,"url":"https://github.com/gyselle-marques/arcanequotes","last_synced_at":"2026-04-11T02:01:51.636Z","repository":{"id":299907041,"uuid":"1003950118","full_name":"gyselle-marques/ArcaneQuotes","owner":"gyselle-marques","description":"Fullstack project that showcases the most memorable quotes from Arcane.","archived":false,"fork":false,"pushed_at":"2025-06-18T22:11:55.000Z","size":720,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T11:05:52.779Z","etag":null,"topics":["arcane","backend","css","front-end","fullstack","fullstack-development","hml","java","javascript","league-of-legends","leagueoflegends","lol","maven","postgresql","postgresql-database","spring-boot"],"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/gyselle-marques.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2025-06-17T22:23:23.000Z","updated_at":"2025-06-18T22:19:05.000Z","dependencies_parsed_at":"2025-06-18T23:21:47.032Z","dependency_job_id":"9b4d1202-d890-42d8-a0f8-44b5d059dcbb","html_url":"https://github.com/gyselle-marques/ArcaneQuotes","commit_stats":null,"previous_names":["gyselle-marques/arcanequotes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gyselle-marques/ArcaneQuotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselle-marques%2FArcaneQuotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselle-marques%2FArcaneQuotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselle-marques%2FArcaneQuotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselle-marques%2FArcaneQuotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gyselle-marques","download_url":"https://codeload.github.com/gyselle-marques/ArcaneQuotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselle-marques%2FArcaneQuotes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262581387,"owners_count":23331913,"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":["arcane","backend","css","front-end","fullstack","fullstack-development","hml","java","javascript","league-of-legends","leagueoflegends","lol","maven","postgresql","postgresql-database","spring-boot"],"created_at":"2025-06-29T11:05:52.188Z","updated_at":"2026-04-11T02:01:50.837Z","avatar_url":"https://github.com/gyselle-marques.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e :cyclone: Arcane Quotes :cyclone: \u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cp\u003eThis is a fullstack project that showcases the most memorable quotes from the Arcane (League of Legends) animation. The application consists of a backend in Java (Spring Boot), a frontend in HTML/CSS/JavaScript, and a PostgreSQL database.\u003c/p\u003e\n\n![homepage](./frontend/img/homepage.png)\n\n\u003c/div\u003e\n\n## :gear: Features\n- Displays quotes from Arcane characters.\n- RESTful backend to serve the quotes.\n- Responsive and interactive frontend.\n\n## :pushpin: Project Structure\n```\narcanequotesproject/\n├── backend/        # Spring Boot API\n├── frontend/       # HTML, CSS, JS\n├── database/       # dump.sql for PostgreSQL\n```\n\n## :computer: Prerequisites\n- Java 17+\n- Maven\n- PostgreSQL\n- Node.js (optional, to serve the frontend)\n\n## :wrench: Database Setup\n1. Create a PostgreSQL database named `arcanequotes`.\n2. Import the `database/dump.sql` file to populate the tables:\n   ```sh\n   psql -U your_user -d arcanequotes -f database/dump.sql\n   ```\n3. Configure the database credentials in the file `backend/src/main/resources/application.properties`:\n   ```properties\n   spring.datasource.url=jdbc:postgresql://localhost:5432/arcanequotes\n   spring.datasource.username=your_user\n   spring.datasource.password=your_password\n   ```\n\n## :arrow_forward: How to Run the Backend\n1. Navigate to the `backend` folder:\n   ```sh\n   cd backend\n   ```\n2. Build and run the project:\n   ```sh\n   ./mvnw spring-boot:run\n   ```\n   The backend will be available at `http://localhost:8080`.\n\n## :arrow_forward: How to Run the Frontend\n1. Navigate to the `frontend` folder:\n   ```sh\n   cd frontend\n   ```\n2. Open the `index.html` file in your browser or use an extension like Live Server in VSCode.\n\n## :pencil2: Notes\n- Make sure the backend is running before accessing the frontend.\n- The frontend makes requests to the backend to fetch the quotes.\n\n## :page_facing_up: License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyselle-marques%2Farcanequotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyselle-marques%2Farcanequotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyselle-marques%2Farcanequotes/lists"}