Coder Social home page Coder Social logo

meomory-pond's Introduction

Meomory Pond

graduation project of team 99

Project discription

About proejct

This project is graduation project of team 99. Concept of this project is to connect art with web community service. If you create some posts at the web-app, lotus will be created at unity client and it will spawn some texts with post content. and If you create some comments at the web-app related with posts, A fish will be created at unity client and eat some texts spawend from the related lotus(post).

Project Architecture

Architecture diagram

architecture

Flow chart

flow chart final

Requirements

  1. Spring boot Back-end web server / api server
  2. node.js socket server (transfer data to unity client)
  3. unity client(will be uploaded)

Dependencies

Dependencies for spring boot server

Spring boot
Spring Security
JPA
thymeleaf
junit
docker

How to use

1. Running methods per environment

  • Run with develop server with docker (recommended)
0. go to javascript file and edit ip running socket server
1. Spring boot Back-end web server / api server
./gradlew --exclude-task test;
2. run docker compose
docuer-compose -f docker-compose.develop.yml -d
  • Run with develop server without docker (runwith jar)
0. go to javascript file and edit ip running socket server
1. Spring boot Back-end web server / api server
./gradlew --exclude-task test;
2. run docker compose for development environment
nohup java -jar ~~.jar &
  • Run with production server
0. go to javascript file and edit ip running socket server
1. Spring boot Back-end web server / api server
./gradlew --exclude-task test;
2. edit "docker-compose.production.yml"
edit informations for your own database
3. run docker compose for production environment
docuer-compose -f docker-compose.production.yml -d

2. Running admin environment

  • Prometheus
1. goto "docker/prometheus/config/prometheus.yml" and edit configuration 
2. run server and access to "http://localhost:9090/targets"
  • Grafana
1. run the server and access to "http://localhost:3000/"

Trouble shooting

  1. Gradlew permission problem
if you encountered permission problem, use chmode to change permission of gradlew
ex) chmod 755 

TODO

Things left to complete this project

1. implement test codes
2. CICD
3. multi-module setting
4. admin-page

Preview

Application UI

welcome page login page register page
welcomepage loginpage register
main page post page write page
mainpage postpage questionpage
tutorial begin page tutorial end page weight page
tutorial begin tutorial end weight

Application Game View

KakaoTalk_20200514_172411733

License

MIT

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.