Giter Club home page Giter Club logo

0523-remfr-javaangular-p2-backend-furrever's Introduction

YOUR SPRING API ARCHITECHTURE

Initialization

  • Clone this repository
  • Create a new Branch
  • With MySQL, create the database following your project name (ex: project_name), make sure to have correct access to it.
  • Duplicate the content from src/main/resources/application.properties into src/main/resources/application-dev.properties (create file, it will be ignored by Git)
  • Remove the line spring.profiles.active=dev from application-dev.properties
  • Add all your sensitive Datastore credentials to the application-dev.properties file
  • Add the project informations into the src/main/java/com/templateproject/config/OpenApiConfiguration.java file for Swagger information

Launching the application

0523-remfr-javaangular-p2-backend-furrever's People

Contributors

bruno-fernandes-37 avatar mathildejnl avatar kevinroig avatar bastienapp avatar kuroshin-28 avatar

Stargazers

 avatar

Watchers

Arnaud Renaud avatar Kerkeb Abdou avatar nicolas avatar Julien avatar  avatar

Forkers

bastienapp

0523-remfr-javaangular-p2-backend-furrever's Issues

CRUD other

getComments(get) => api/comments/last-ones
getSpeciesUnique(get) => api/species

CRUD user

getOwnerById(get) => api/users/:id
updateOwner(put) => api/users/:id
createAnimal(post) => api/users/animals
updateAnimal(put) => api/users/animals/:id
deleteAnimal(delete) => api/users/animals/:id

CRUD petsitter

  • searchPetSitters(post) => api/petsitters/search
  • getPetSitterById(get) => api/petsitters/:id
  • updatePetSitter(put) => api/petsitters
  • createService(post) => api/petsitters/services
  • updateService(put) => api/petsitters/services/:id
  • deleteService(delete) => api/petsitters/services/:id

CRUD transaction

createTransaction(post) => api/transactions
updateTransaction(put) => api/transactions/:id
deleteTransaction(delete) => api/transactions/:id
createComment(post) => api/transactions/:id/comments
updateComment(put) => api/transactions/:id/comments/:id
deleteComment(delete) => api/transactions/:id/comments/:id

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.