Skip to content

ekinyucel/spring_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot REST API

Concurrent REST API example using spring boot powered by MongoDB. For learning purposes proper concurrency is being implemented.

## How to build
$ docker build -p 8090:8090 -t spring_rest .

## How to run
$ docker run -t spring_rest

Functionalities

  • Basic CRUD operations which are being consumed by an Angular application
  • Retrieval of flight details and member enrollment
  • Authentication backed by JWT (not yet fully implemented)

TO-DO list

  • Storing invalid tokens using redis until their expiration dates in order to avoid illegal access.
  • Full API testing results will be provided once the application will have been completed
  • Performance tests will be planned to do using JMeter
  • Building service, database and UI using Docker from scratch
  • Automatic deployment will be handled by Jenkins

About

Concurrent REST API example in spring powered by MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published