Git Product home page Git Product logo

quoted-2's Introduction

Quoted Server

Description

Use Case

This is the server-side application for the Quoted frontend Angular application. It provides various REST endpoints for the frontend to consume, among which:

  • User management
  • Quote management
  • Source management
  • Export functionality

It also handles the database persistence of the application.

Technologies used

  • Java 20
  • Spring Boot 3.1.1
    • Spring Security
    • Spring Data JPA
    • DevTools
    • Lombok
    • Actuator
    • etc.
  • PostgreSQL
  • Okta for user management
  • Docker
  • JUnit 5 (for testing)
  • H2 (for testing)

Setup

  1. Set up PostgreSQL database and configure application.properties accordingly.
  2. Run sql scripts in sql to create the database and sample tables.
  3. Create an Okta account and configure application.properties accordingly.
  4. Install via Maven: mvn clean install
  5. Build Docker image: docker build -t quoted-server . (To build for amd64, add --platform linux/amd64 to the command)
  6. Run Docker image: docker run -p 8080:8080 quoted-server (or configure your port of choice)

quoted-2's People

Contributors

nicoluca avatar

Watchers

 avatar

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.