Code Monkey home page Code Monkey logo

board-game's Introduction

project

BoardgameListingWebApp

Description

Board Game Database Full-Stack Web Application. This web application displays lists of board games and their reviews. While anyone can view the board game lists and reviews, they are required to log in to add/ edit the board games and their reviews. The 'users' have the authority to add board games to the list and add reviews, and the 'managers' have the authority to edit/ delete the reviews on top of the authorities of users.

Technologies

  • Java
  • Spring Boot
  • Amazon Web Services(AWS) EC2
  • Thymeleaf
  • Thymeleaf Fragments
  • HTML5
  • CSS
  • JavaScript
  • Spring MVC
  • JDBC
  • H2 Database Engine (In-memory)
  • JUnit test framework
  • Spring Security
  • Twitter Bootstrap
  • Maven

Features

  • Full-Stack Application
  • UI components created with Thymeleaf and styled with Twitter Bootstrap
  • Authentication and authorization using Spring Security
    • Authentication by allowing the users to authenticate with a username and password
    • Authorization by granting different permissions based on the roles (non-members, users, and managers)
  • Different roles (non-members, users, and managers) with varying levels of permissions
    • Non-members only can see the boardgame lists and reviews
    • Users can add board games and write reviews
    • Managers can edit and delete the reviews
  • Deployed the application on AWS EC2
  • JUnit test framework for unit testing
  • Spring MVC best practices to segregate views, controllers, and database packages
  • JDBC for database connectivity and interaction
  • CRUD (Create, Read, Update, Delete) operations for managing data in the database
  • Schema.sql file to customize the schema and input initial data
  • Thymeleaf Fragments to reduce redundancy of repeating HTML elements (head, footer, navigation)

How to Run

  1. Clone the repository
  2. Open the project in your IDE of choice
  3. Run the application
  4. To use initial user data, use the following credentials.
  • username: bugs | password: bunny (user role)
  • username: daffy | password: duck (manager role)
  1. You can also sign-up as a new user and customize your role to play with the application! ๐Ÿ˜Š

board-game's People

Contributors

manisankardivi avatar

Stargazers

Manikonda 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.