{"id":20929179,"url":"https://github.com/confusedgustas/videogamestore","last_synced_at":"2026-04-08T23:31:31.478Z","repository":{"id":257480783,"uuid":"849575541","full_name":"confusedGustas/VideoGameStore","owner":"confusedGustas","description":"Video Game Store using PostgreSQL, Spring Boot, Spring Sessions and Vue.JS","archived":false,"fork":false,"pushed_at":"2025-01-28T15:30:28.000Z","size":4966,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T01:41:26.491Z","etag":null,"topics":["apache","backend","docker","docker-compose","docker-container","frontend","intellij","junit5","liquibase","maven","pgadmin","postgresql","spring-boot","spring-session","vuejs"],"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/confusedGustas.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-08-29T20:59:35.000Z","updated_at":"2025-01-28T15:30:34.000Z","dependencies_parsed_at":"2024-09-17T02:15:33.598Z","dependency_job_id":"9d85d62f-3af6-4708-a4ab-6f8065b3acc9","html_url":"https://github.com/confusedGustas/VideoGameStore","commit_stats":null,"previous_names":["confusedgustas/video-game-store","confusedgustas/videogamestore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FVideoGameStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FVideoGameStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FVideoGameStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FVideoGameStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/confusedGustas","download_url":"https://codeload.github.com/confusedGustas/VideoGameStore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324269,"owners_count":20273099,"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":["apache","backend","docker","docker-compose","docker-container","frontend","intellij","junit5","liquibase","maven","pgadmin","postgresql","spring-boot","spring-session","vuejs"],"created_at":"2024-11-18T21:17:50.665Z","updated_at":"2026-04-08T23:31:31.443Z","avatar_url":"https://github.com/confusedGustas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Game Store Application\n\nA Video Game Store application built using PostgreSQL, Liquibase, Spring Boot, Spring Sessions, and Vue.js.\n\n## Features\n\n- Login and Registration\n- Game listing, editing, and deletion\n- Spring Session-based authentication\n- Filtering and sorting\n- Simulated checkout process\n- Change password, username, and email\n\n## Prerequisites\n\nEnsure the following tools are installed before setting up the application:\n\n- [Java Development Kit (JDK)](https://www.oracle.com/java/technologies/downloads/)\n- [Apache Maven](https://maven.apache.org/download.cgi)\n- [PostgreSQL](https://www.postgresql.org/download/)\n- (Optional) [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n\n## Setup\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/confusedGustas/VideoGameStore\n    cd VideoGameStore\n    ```\n\n2. **Set up environment variables:**\n\n   create a .env file in the root directory and add the following:\n\n    ```properties\n   DB_URL=jdbc:postgresql://localhost:5432/video_game_store\n   DOCKER_DB_URL=jdbc:postgresql://database:5432/video_game_store\n   DB_NAME=video_game_store\n   DB_USER=postgres\n   DB_PASSWORD=admin\n   SPRING_USER=admin\n   SPRING_PASSWORD=admin\n\n3. **Configure PostgreSQL:**\n\n    - Create a new database named `video_game_store`.\n    - Leave the default settings as they are. Spring Boot will create the necessary tables.\n    - To adjust settings, edit the `.env` file.\n\n4. **Build and run the application:**\n\n    ```bash\n    cd frontend\n    npm install\n    npm run dev\n    cd ..\n    ./mvnw spring-boot:run\n    ```\n\n    - The Spring Boot backend will start at [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html).\n    - The Vue.js frontend will run at [http://localhost:8081](http://localhost:8081).\n\n   *(Optional)* To run tests, execute:\n\n    ```bash\n    ./mvnw test\n    ```\n\n   Ensure Docker Desktop is running, as the tests utilize Docker containers.\n\n## Running with Docker\n\nTo run the application using Docker, follow these steps:\n\n1. Ensure Docker Desktop is installed and running.\n2. Build and run the Docker containers:\n\n    ```bash\n    docker compose up\n    ```\n\n   This command will:\n    - Start the PostgreSQL database container.\n    - Launch the Spring Boot backend.\n    - Launch the Vue.js frontend.\n\n3. Access the application:\n    - Backend: [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html)\n    - Frontend: [http://localhost:8081](http://localhost:8081)\n\n   Use `docker compose down` to stop the containers when done.\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfusedgustas%2Fvideogamestore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconfusedgustas%2Fvideogamestore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfusedgustas%2Fvideogamestore/lists"}