Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gustavopo/InterviewCalendarAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterviewCalendarAPI

Application to schedule interviews

Project Structure

  • Config - Package with configuration Files
  • Model - Package with classes that represent data model objects and their relationships
  • Controller - Package with classes responsible for receiving and dispatching requests to Endpoints
  • Service - Package with the classes responsible for the application logic. Maps incoming requests from the controller to the repository
  • Repository - Package with classes that access the database
  • Exception - Package with classes responsible for launching customized exceptions in the application

Database

The database is filled when launching the application with some false data

Was used H2

It can be accessed through: Application Database

Documentation

The documentation contains the list of API endpoints and more information about the application

Was used Swagger

It can be accessed through: Application Documentation

Software Tests

Was used JUnit and Mockito

About

Application to schedule interviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published