Git Product home page Git Product logo

cidh-back-end's Introduction

Codacy Badge

PDP Häagen-Dazs Backend -> MacadamiaNut

HD Logo

Tech Stack

Macadamia Nut has been written using Kotlin ver 1.6.0, and uses Spring Boot as framework.

  • For DataBase SQL migrations it uses FlyWay
  • For the data layer, Macadamia Nut does not use any type or RDBMS. Instead, it uses SQL directly with a thin layer on top through jOOQ. jOOQ provides type safety to the SQL queries without losing control of the queries against the database.
  • Server requires a Postgres or Postgres SQL Dialect compatible database.
  • User session and authentication is done using JWT Tokens

Project Build

1 - Project uses Gradle as build tool
2 - It is recommended to build and run the project using JetBrains IntelliJ IDEA IDE
3 - Project contains a default run configuration, called MACADAMIANUTCONFIGURATION. These are the settings:

MacadamiaNutConfig

4 - Project requires JVM version 16

Running the server

1 - Make sure you have a Postgres database running locally. make sure that the port, user and password matches with the configuration file of the server.

2 - Once the database is running, execute the server by using the MACADAMIANUTCONFIGURATION.

Configuration

Server configuration properties are all set within the config/application.yml file.

cidh-back-end's People

Contributors

imollm avatar tomacco avatar

Stargazers

 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.