Skip to content

Rutzno/web-quiz-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Quiz-Engine

Spring Boot provides a way to build production-ready Spring applications with minimal setup time.

In this project, we develop a multi-users web service for creating and solving quizzes (or questions).

It is all about backend development where we apply REST API, JPA (implementation Hibernate), embedded database like H2, security, and other technologies.

We use :

  • H2 database to stock the data. It provides a fast in-memory database that supports JDBC API. Supports embedded and server modes as well as browser based console application. It's used by the most developer in dev environment to test the application.
  • Spring security to handle authentication and authorization of a user to different services.
  • Postman to test our API by creating and sending request as client. Postman is a collaboration platform for API development. It's a client REST.
  • And other technologies in Spring Boot platform.

For the rest of this project, we could develop a web/mobile client for this web service.

Releases

No releases published

Packages

No packages published

Languages