Skip to content

ride90/eve_features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python eve features

Python3 Eve app which covers basic features.

In general I would like to cover some basic REST API needs. I've created this repo as a playground and hope it'll be usefull for somebody who are researching python Eve.

Features

  • registration
  • token based authentication (JWT or Basic)
  • crud posts, categorize and tag them
  • search and filter
  • custom filter
  • restricted role based authorization for some entities
  • entities will emulate oneTOmany and manyTOmany relation (MongoDB will be used)
  • custom endpoints
  • blueprinting
  • custom fields
  • custom serializers

Guide

todo

Installation

todo

Links

About

Python Eve app which covers basic features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages