Skip to content

christosperis/contracts-web-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contracts-web-app

Suggested solution for EE's Spring Boot Assignment

Description

This is the web-app part of the assignment, exposing contract and user specific information REST endpoints.

All /api/admin endpoints are secured and available to authorized admin users only. 

In order to acess them, a Basic Authentication token should be provider in the Authorization header of the request.

In order to get a basic auth token you can hit /login endpoint with the credentials that exist in the resources/import.sql script for the users.

For more info refer to the swagger document.

A running instance can be found on https://contracts-web-app.herokuapp.com

Swagger Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • HTML 0.4%