Skip to content
/ praxis Public
forked from praxis/praxis

Praxis is a framework that focuses on both the design and implementation aspects of creating APIs.

License

Notifications You must be signed in to change notification settings

xeger/praxis

This branch is 6 commits behind praxis/praxis:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4be131c · Sep 6, 2023
Apr 25, 2023
Sep 5, 2023
Sep 6, 2023
Sep 5, 2023
Sep 5, 2023
May 24, 2023
Jul 17, 2023
Dec 30, 2021
Mar 1, 2023
Aug 24, 2023
May 23, 2023
Jun 14, 2023
Sep 6, 2023
Jan 3, 2022
Jun 14, 2023
Jan 3, 2022
Jan 3, 2022
Jan 3, 2022
Jan 4, 2022
Jan 3, 2022
Mar 1, 2023
Aug 30, 2023

Repository files navigation

Praxis TravisCI Coverage Status

A fast and highly efficient paradigm to build beautiful service APIs

Praxis is built to empower development teams with extreme productivty tools to create fast, and modern APIs that will delight their customers. Some of the salient features are:

  • Truthful & Beautiful Docs: Automatically generate Open API 3.x documents from the actual functioning code, and rest assured they're always correct.

  • GraphQL Flexibility, REST Simplicity: Allow customers to specify which fields they want to receive using the GraphQL syntax, but exposing them through well known REST endpoints.

  • Fast Runtime and Blazing Fast Development: Deploy your API using one of the best Ruby performing frameworks and take advantage of an unprecedented development speed.

  • API Design-First Philosophy: Craft and visualize your API design upfont, without writing a single line of code. Forget about implementing any of the API validations, the framework fully takes care of it from your design specification.

  • Feature Rich yet Fully Customizable: Fully take advantage of the tons of best practices, proven methods, standards and features that the frameworks comes with, or pick and choose only the ones you want to enable.

  • Hardnened & Battle Tested: Rest assured you'll get the advertised results as this framework has been deployed in production environments since before 2014.

Quickstart

# Install the praxis gem
gem install praxis

# Generate and bundle a praxis application named my-app in ./my-app
praxis example my-app && cd my-app && bundle

# Run it!
rackup

Or check the getting started tutorial and reference docs at https://www.praxis-framework.io all that Praxis has to offer.

Mailing List

Join our Google Groups for discussion, support and announcements.

Join our slack support and general announcements channel for on-the-spot answers to your questions:

And follow us on twitter: @praxisapi

Contributions

Contributions to make Praxis better are welcome. Please refer to CONTRIBUTING for further details on what contributions are accepted and how to go about contributing.

Requirements

Praxis requires Ruby 2.5.0 or greater.

License

This software is released under the MIT License. Please see LICENSE for further details.

This framework was initially developed and used at RightScale, and was open sourced in 2014, after a few years of its production use.

About

Praxis is a framework that focuses on both the design and implementation aspects of creating APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%