jasiozet / giraffe-api-with-tests-template

Giraffe API with tests (xUnit, FsUnit) basic template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# Giraffe API with tests template

How to use it

Clone the repo!

Requirements

dotNET 6

Editor capable of working with F#, I personally recommend:

Other options:

Stuff inside API

Take a look at similar

Stuff inside TESTS

How to run:

  • api - cd api && dotnet run
  • tests - cd tests && dotnet test

What if I don't want tests?

Just remove the tests folder!

Why make this template?

Comparison with Saturn template I already made This template is meant a nice fresh start, without much complication

Routes to test:

About

Giraffe API with tests (xUnit, FsUnit) basic template


Languages

Language:F# 100.0%