Giter VIP home page Giter VIP logo

cgn-java-23-1-teamprojekt-hiking's Introduction

cgn-java-23-1-teamprojekt-hiking

cgn-java-23-1-teamprojekt-hiking's People

Watchers

 avatar  avatar  avatar

cgn-java-23-1-teamprojekt-hiking's Issues

Project Setup

Welcome to your first project, where you work as a Team!

To Setup this Repository, follow these Steps:

ONE of your Teammembers:

  1. Clone this Repo to your IDE
  2. Add a backend module
  3. Add a frontend module
  4. Take care that you only have one git Repository for your Project
  5. Commit and merge the changes to the main branch
  6. In this Repo go to Settings -> Branches -> Click on "Add Branch protection rule" -> Give it a name like "main" -> Activate "Require a pull request before merging" -> Scroll down and click on "Create"
  7. Setup your CI
  8. Setup SonarCloud

And your done!

The other Teammembers now can clone the Repo aswell and start hacking :)

As user I want to update a Tour

"I have a cool new route for this Tour. Check it out!"

  • Create a PUT-Endpoint "/api/tours/{id}"
  • In the frontend I want to update a single Tour via a formular
    • Update Component
    • Route to the Update Component
  • write unit- and integrationtest

As user I want to see just one Tour in detail

"Hello there, can you show me an unique Tour?๐Ÿ‘€"

  • Create a GET-Endpoint "/api/tours/{id}"
  • In the frontend I want to see a single Tour on a details page
    • Details Component
    • Route to the Details Component
  • write unit- and integrationtests

As user I want to see all Tours

"Hi, my name is Hans and I want to see all of your tours!"

  • Create a GET-Endpoint "/api/tours"
  • In the frontend I want to see all Tours, served from the backend
    • Gallery and Card Component
    • Route to Gallery
  • Write unit- and integrationtests

Tour Model:

  • id: String
  • title: String

As user I want to delete a Tour

"Hell NOOO!!! This is ****** DELETE IT!!!"

  • Create a DELETE-Endpoint "/api/tours/{id}"
  • In the frontend I want to delete a Tour with just one click
    • Make a Button on the Card Component
    • Call the DELETE-Endpoint to delete the Tour
  • write unit- and integrationtest

As user I want to add one Tour to the Gallery

"Hey, aehm, I just want to add a cool Tour to the Gallery. Is it ok for you?"

  • Create a POST-Endpoint "/api/tours"
  • In the frontend I want to add a Tour via a formular.
    • Route: AddPage
  • write unit- and integrationtests

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.