Backend Setup
Closed this issue · 1 comments
Arthi-chaud commented
To get started with the server-side of the project we need to
Project Setup
- Create a Stack project
- Set
servant
as dependency - Create a simple, JSON-formatted "Hello World" route (at
/
)
CI Setup
The Workflows should be able to
- Build the project
- Run Unit Tests
- Run Robot Tests
- Run Linter
- [ ]
Find and add a static analysis tool
Arthi-chaud commented
Closed with #6