Skip to content

fabiostb/back-ibentos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Back-end Ibento

Simple CRUD Spring Boot REST API

Event management

Ibento = 'Event' in Japanese :p

Spring Boot API REST

Setup:

mvn clean install

*If you have a good IDE it will do this on its own for you :)

  • DB <-- The data is stored in a MongoDb on the cloud (see IbentoDao).

Note: no configuration needed for DB.

  • Run IbentoApplication
  • Go here if you want to test the API:
localhost:8080/swagger-ui.html

Enjoy It!

@see (FRONT-END Angular) https://github.com/fabiostb/front-ibentos

Json de test:

{
  "name": "Test",
  "description": "updated",
  "startDate": "2021-10-20",
  "endDate": "2021-10-20"
}

Improvements (TODOs):

  • i18n
  • error handling (user/server/bd validations)
  • logging
  • mappeur with mapstruct json->pojo
  • env variable in Spring Boot's application.properties
  • +lombok
  • ...

About

Simple CRUD Spring Boot REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages