vitrun / fp-web.g8

A web project template using FP techniques in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fp-web.g8

A web project template using FP techniques in scala

Installation

brew update && brew install giter8
g8 vitrun/fp-web.g8

Stack

Architecture

The domain package

The domain package constitutes the things inside our domain. It is deliberately free of the ugliness of JDBC, JSON, HTTP, and the rest.

  • Service
  • Repository
  • models

The infrastructure package

The infrastructure package is where the ugliness lives. It has HTTP things, JDBC things, and the like.

  • endpoint
  • repository

Reference

License

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.

About

A web project template using FP techniques in scala


Languages

Language:Scala 100.0%