No description
Find a file
William Carroll 660b8d43e5 Support a basic API
Use Servant to create a REST API supporting the following routes:
- GET /number
- POST /other

The server interacts with a SQLite database.
2020-07-24 19:00:29 +01:00
src Support a basic API 2020-07-24 19:00:29 +01:00
.gitignore Support a basic API 2020-07-24 19:00:29 +01:00
README.md add README 2020-07-24 16:21:13 +01:00
shell.nix Support a basic API 2020-07-24 19:00:29 +01:00
todo.org Create todo.org 2020-07-24 18:58:04 +01:00