Todo api I made to learn suave. Inspired by something similar made by a friend in typescript
To run it you need to:
- Have the dotnet cli, paket and docker installed
- Be on a linux distro
- Build and run the docker container from the db folder
- Install dependencies with paket:
paket restore
- Run the project with:
dotnet run
- Hope it doesn't break
Fork, write some code and open a pr... I have no idea why every repo has a section like this in the readme...
You can see it yourself in LICENSE
, no good reason to copy paste it here.
When I'll have some time I'll add all-contributors to this, but long story short I'm the only contributor to this. (I know, I know, really hard to belive people aren't too keen on contributing on a todo api)
Because I don't know anything else
Because I don't know how to install postgres on my system
Because I couldn't get any haskell extensions for vscode to install
Because everyone else seems to use it
good question