Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

mfcochauxlaberge/karigo-old

Repository files navigation

karigo

karigo is an API framework based on jsonapi.

Here's a list of features supported by the framework:

  • Accept JSON API requests and return JSON API responses (jsonapi.org/format)
  • Manipulate resources, collections, and relationships
  • The Store interface can be implemented to use any DBMS (implementation for PostgreSQL already provided)
  • Automatically synchronize the schema of your database so that it matches the types you define
  • Utilities to make your app a command line application
  • If you make an app called myapp, you can run it with the command myapp run, not karigo run myapp
  • You also get other tools like myapp sync to update your database's schema
  • Those commands are meant to be run in a directory that contains a file with the necessary configuration
  • Use JWT for sessions (jwt.io)

State

The framework has no release nor documentation yet.

About

API framework that follows the jsonapi.org specification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages