Coder Social home page Coder Social logo

nadunsanjeevana / quizapp Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 74 KB

Welcome to the Spring Boot Quiz App repository! This project is a backend implementation of a simple quiz application developed using Spring Boot and powered by a PostgreSQL database. It serves as the backend for a quiz application that can be used on various platforms, including web and mobile.

Java 100.00%
java17-spring-boot postgresql quizapp spring-boot

quizapp's Introduction

Spring Boot Quiz App

Table of Contents

Introduction

Welcome to the Spring Boot Quiz App backend! This application provides the backend services for a quiz application. It allows you to manage quizzes, questions, and user responses.

Features

  1. Quiz Management: Create, read, update, and delete quizzes.
  2. Question Management: Add, edit, and remove questions within quizzes.
  3. User Responses: Capture and evaluate user responses to quiz questions.
  4. Security: Implement authentication and authorization for API endpoints (e.g., JWT).

Technologies Used

  • Spring Boot: The primary framework for building the backend.
  • PostgreSQL: The database used to store quiz and question data.
  • Spring Security: For securing API endpoints.

Database Setup

  1. Install PostgreSQL and create a new database.
  2. Update the application.properties file with your database configuration.
spring.datasource.url=jdbc:postgresql://localhost:5432/your-database
spring.datasource.username=your-username
spring.datasource.password=your-password

quizapp's People

Contributors

nadunsanjeevana avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

codemythgit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.