Code Monkey home page Code Monkey logo

java_project's Introduction

Idea:

  • training project for university
  • geoguesser inspired game where you get image, e.g. from cities and need to pin the location on a map as close as possible.

Usermanagement:

  • login with sessionid

Gamemanagement:

  • games should be saved serverside

Architecture:

  • javabackend -> with REST API
  • javascript frontend
  • Postgres (gis?) db

Docu from Rafael:

Docu for Questions:

MVP:

java_project's People

Contributors

eljocho avatar haunaz avatar rtroilo avatar yannik-m avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

yannik-m

java_project's Issues

implement get_key in backend

we want to pass the Mapillary api key from backend to frontend, so that we don't have to save the api key in the github repo. For this reason a Get request 'get_key' from front to back already exists. It has no parameters, and expects a json a la {apiKey: 'example_key'}.

Discussions

I just push f64f5ac the initial setup.
It included a .gitignore and the example spring rest project. This should work for all of you.

Please, for the geoguesser application use a different package(path) then the example.
The package path to use is :
javaintro.ws21.geoguesser

├── src
│   ├── main
│   │   ├── java
│   │   │   └── javaintro
│   │   │       └── ws21
│   │   │           └── geoguesser
│   │   │               └── GeoGuesserApplication.java

In case it makes problems to have multiple @SpringBootApplication in the same project. Just delete the com.example.... part.

Create city geojson

We want a geojson containing a list of cities, with their id, bbox, and their name

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.