|
|
|
|
|
by distracteddev90
4074 days ago
|
|
how is this different from
https://github.com/wprl/baucis? Also, whenever I've tried to use something like this for an actual product I end up quickly outgrowing the simple CRUD model since you usually need to implement additional features ontop of the CRUD logic. |
|
I was trying my hand at building something similar using Go because with you can just build a binary and plop that anywhere. API-in-a-can was my end-goal.
http://github.com/sergiotapia/paprika
I'm going to definitely keep working on it and iterate more.