All Projects → yodigi7 → quiplash

yodigi7 / quiplash

Licence: GPL-3.0 License
Quiplash replacement

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to quiplash

Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+5956%)
Mutual labels:  springboot, spring-mvc, spring-data-jpa, springmvc
Spring5Certification
Spring Certification: This repository contains my examples and some best references to prepare the Spring 5 certification
Stars: ✭ 30 (+20%)
Mutual labels:  springboot, spring-mvc, spring-data-jpa, springmvc
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (+40%)
Mutual labels:  spring-mvc, spring-data-jpa, springmvc
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+2284%)
Mutual labels:  spring-mvc, spring-data-jpa, springmvc
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (+32%)
Mutual labels:  springboot, spring-mvc, spring-data-jpa
Perfect Ssm
🍇更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)
Stars: ✭ 606 (+2324%)
Mutual labels:  springboot, spring-mvc, springmvc
Ssm Demo
🍌Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
Stars: ✭ 1,639 (+6456%)
Mutual labels:  springboot, spring-mvc, springmvc
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+260%)
Mutual labels:  springboot, spring-mvc, spring-data-jpa
Ibase4j
Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
Stars: ✭ 1,548 (+6092%)
Mutual labels:  springboot, spring-mvc, springmvc
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (+384%)
Mutual labels:  springboot, spring-mvc, spring-data-jpa
SpringBootRestAPI
A ready-to-use Template for Rest API using spring-boot-microservices, MongoDB as Database, Integrated with codecov and sonarqube, deployable to cloud.
Stars: ✭ 24 (-4%)
Mutual labels:  help-wanted, springboot, beginner-friendly
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (+164%)
Mutual labels:  spring-mvc, spring-data-jpa
alfresco-mvc
Glue between SpringMVC @controllers and Alfresco
Stars: ✭ 22 (-12%)
Mutual labels:  spring-mvc, springmvc
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-36%)
Mutual labels:  spring-mvc, spring-data-jpa
Goku.Framework.CoreUI
基于 SpringBoot + Spring + SpringMvc+Mybatis+CoreUI +Layui 开发后台管理程序
Stars: ✭ 87 (+248%)
Mutual labels:  springboot, springmvc
Programming-Quotes
Repository containing various programming quotes
Stars: ✭ 26 (+4%)
Mutual labels:  help-wanted, beginner-friendly
study
✏️ What I Studied
Stars: ✭ 14 (-44%)
Mutual labels:  spring-mvc, spring-data-jpa
online-shopping
This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration
Stars: ✭ 34 (+36%)
Mutual labels:  spring-mvc, springmvc
Java-CS-Record
记录准备春招实习过程中,学习与复习的知识(模块化整理,非面试题速成)。注:暂停更新,后续请移步博客
Stars: ✭ 73 (+192%)
Mutual labels:  springboot, springmvc
kotlin-postgres
A Simple CRUD API using Spring Boot Application using PostgreSQL Database
Stars: ✭ 20 (-20%)
Mutual labels:  spring-mvc, spring-data-jpa

Quiplash Replacement

build java spring vue angular License: GPL v3

First order of business is to come up with a good name, any ideas?

Quickstart

In order to access the GameMaster (the shared screen for all contenders) go to: https://yodigi7.github.io/quiplash/gamemaster/. The access point for each contender is https://yodigi7.github.io/quiplash/contender/. Give it a few seconds to boot up as it is likely sleeping on Heroku, it should take ~30 seconds for the server to spin up and start working.

Project Explained

So as you guys should know by the current title this is meant to be a free open source version of quiplash. The overall architecture is a backend that keeps track of all the game data. It then supplies that data to two frontends, one of which is the main/common screen that all players use in the game. The other is the view for each individual contender to enter their specific data. I currently have it setup in 3 sections:

Backend

Purpose: supplies REST API services and keeps track of the game data

  • written in Java
  • Using SpringMVC and JPA
  • Stores the data in an H2 in-memory database.

GameMaster

Purpose: Showing the main/common screen

  • written in Vue or Angular 7
  • uses axios for HTTP REST API calls
  • shows the lobby as people join
  • shows the answers to vote on
  • shows the voting results
  • shows the final game results

Contender

Purpose: The view for each of the contenders

  • written in Vue or Angular 7
  • uses axios for HTTP REST API calls
  • shows the prompts for answers
  • allows voting for answers

Prerequisites

  • Java
  • maven
  • npm
  • node
  • axios

Running in the Dev environment

Currently the only available environment

Backend

Run the Backend first to get it to run on port 8080 for easier setup with the two frontends. To run just load the project into an IDE such as IntelliJ with the project SDK setup and hit run to run the main file (Backend/src/main/java/com/yodigi/quiplash/QuiplashApplication.java).

GameMaster

Currently doesn't work, use the Angular frontend equivalent

Setup whatever access point the location will be for the backend. It will likely be http://localhost:8080 and set the .env.dev file VUE_APP_BACKEND_BASE_URL to that value.

From the main folder (QuiplashGameMaster) then run the the following command in the commandline:

npm run serve -- --mode dev

Then to access the resulting frontend enter the URL specified in the console to your normal web browser.

It will display in the console but it will most likely be http://localhost:8081

gamemaster-angular

Setup whatever access point the location will be for the backend. It will likely be http://localhost:8080 and set the environment.ts file baseUrl to this value. The environment.ts file can be found in the quiplash-gamemaster-angular\src\environments folder

From the main folder (quiplash-gamemaster-angular) then run the the following command in the commandline:

ng serve -o

This command will automatically open the browser and serve the Angular application to it.

Contender

Currently doesn't work, use the Angular frontend equivalent

Setup whatever access point the location will be for the backend. It will likely be http://localhost:8080 and set the .env.dev file VUE_APP_BACKEND_BASE_URL to that value.

From the main folder (QuiplashGameMaster) then run the the following command in the commandline:

npm run serve -- --mode dev

Then to access the resulting frontend enter the URL specified in the console to your normal web browser.

It will display in the console but it will most likely be http://localhost:8082

contender-angular

Setup whatever access point the location will be for the backend. It will likely be http://localhost:8080 and set the environment.ts file baseUrl to this value. The environment.ts file can be found in the quiplash-contender-angular\src\environments folder

From the main folder (quiplash-contender-angular) then run the the following command in the commandline:

ng serve -o --port 4201

This command will automatically open the browser and serve the Angular application to it.

The reason for the extra --port argument is because it will try to default to the 4200 port which is already being used by the gamemaster which will then give an error so this will instead open it on the 4201 port.

Running the tests

Using the commandline, enter into the Backend directory.

From there, enter the command mvn test which will run all current tests and return the results.

We are still in the process of writing tests for the frontend.

Contributing

Feel free to help contribute to this project in any way, be sure to check out open issue and contact me to help get you up and running if you are a beginner.

Authors

yodigi7 - Anthony Buchholz

License

GPLv3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].