Skip to content

A web project template using FP techniques in scala

Notifications You must be signed in to change notification settings

vitrun/fp-web.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages