Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 855 Bytes

File metadata and controls

23 lines (12 loc) · 855 Bytes

NeoAPI - the perfect tool for building python APIs with neo4j

What you can do:

  • Create powerful APIs that conform to the json api specification in minutes
  • Leverage the power of the neomodel OGM and py2neo to create beautiful models with great functionality.

Installation

$ pip install neoapi

Thats all!

Getting Started

To get started with NeoAPI it makes sense to familiarize yourself with NeoModel and the json api specification. These are the two technologies NeoAPI is built on.

Chances are though, you want to get started right now!! If that's the case, please check out our sample project. If you get stuck, do the reading I suggested above, or drop me an email at [email protected].