Coder Social home page Coder Social logo

kacperfaber / codziennemotto_pl_server Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 689 KB

๐ŸŽˆ Spring API for CodzienneMotto.pl. Allows you to create a lists of daily quotes, invite users to join your list and schedule quote to specific day ๐ŸŽˆ

Kotlin 55.49% Batchfile 0.06% HTML 44.44%
daily-quotes kotlin openapi rest-api spring spring-test web-testing cicd

codziennemotto_pl_server's Introduction

CodzienneMotto.pl

API Server, made in Spring in โค Kotlin ๐Ÿ˜Ž๐Ÿ˜‹

CodzienneMotto.pl allows you to create a lists of daily quotes, invite users to join your list and schedule quote to specific day
See cross-platform application

Build

banner

Install

If you want to run my server locally

Download last version from github

git clone https://www.github.com/kacperfaber/codziennemotto_pl_server && cd codziennemotto_pl_server

Run developer profile locally using gradle

# Run locally and setup testing database
runDev

# Run locally, but without testing database.
runDevNoTestingDb

Configuration

Configuration file it's generally a .properties file. File name is dynamic and it depends on current profile.

# ./application.{profile}.properties

# Email Client Settings #
# ===================== #

# mailer.from
# mailer.username
# mailer.password
# mailer.smtp
# mailer.port

# Verification Email Settings #
# =========================== #

# verification_email.subject: Subject of the verification email

# MySQL Database #
# ============== #

# db.url: Must contain database name.
# db.username
# #db.password

# Security #
# ======== #

# cors.allow-origin: Access-Control-Allow-Origin header with this value will be added to each response.
# token_hasher.secret: Will encode/decode access tokens using this secret (using AES algorithm)
# password_encoder.secret: Will encode and compare user passwords using PBKDF2 algorithm

# Optional #
# ======== #

# testing.initdb (bool): Only when profile is not production, if it's production won't be called.
#   Will generate random database for testing.

See API docs

Swagger UI is here

/swagger-ui/index.html

Author

Kacper Faber

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.