Coder Social home page Coder Social logo

games-library-backend's Introduction

"Game Library" is an application designed for users to catalog their video game collections, featuring over 500,000 games across 50 platforms, including mobile. It offers user authentication and authorization with Spring Security and JWT, as well as external API integration for retrieving and storing game data. The application provides a robust REST CRUD API for managing user and game entities, tracks completed games and playtime, offers search functionality, and implements pagination. This project is intended for learning purposes and aims to help users remember their gaming achievements. It's built using Java, Spring Boot, Hibernate, React.js, Redux, and a MySQL database.

Setup

This project consists of a frontend and a backend, both of which need to be cloned and set up individually.

To run this project using Docker, make sure you have Docker and Docker Compose installed on your system. Then follow these steps:

Clone these repositories:

$ git clone https://github.com/zstojkovic00/games-library-backend.git
$ git clone https://github.com/zstojkovic00/games-library-frontend.git

Run the following command to start the application containers:

Frontend

$ docker-compose up

Backend

$ mvn clean package
$ docker build -t game-library .
$ docker-compose up

This command will build the required images and start the containers based on the provided Docker Compose configuration file.

Acknowledgement

  • Thanks to RAWG for providing easy to use and fast API

games-library-backend's People

Contributors

zstojkovic00 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.