mikec / kalamata

Extensible REST API for Express + Bookshelf.js
MIT License
41 stars 12 forks source link

New fork of Kalamata #14

Open nabilfreeman opened 5 years ago

nabilfreeman commented 5 years ago

Hi there, we are still using Kalamata in production 2 years on at my startup and really love it.

We are currently working on pagination over here:

https://github.com/lesalonapp/kalamata

This bugfix #11 is also merged into our master branch so if anybody would like to use it in the meantime, you can point package.json to git://github.com/lesalonapp/kalamata.git#master

I'll write on this issue when we have an elegant solution for pagination.

mikec commented 5 years ago

@nabilfreeman if you're interested, I could add you as a collaborator on this repo

nabilfreeman commented 5 years ago

I would be very interested! We've just produced our first bit of work to include pagination (works great for us in production) and as you can imagine we've got lots of other ideas.

I can't express enough how much time Kalamata has saved us so far. Would love to contribute.

Pagination PR is here: #15