johnchuks / YAK-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.org/yeti/YAK-server.svg?branch=master https://readthedocs.org/projects/yak-server/badge/?version=stable

YAK-server

Server-side implementation of Yeti App Kit built on Django. Includes:

  • rest_core: Base features to support other REST libraries, including test cases and permissions.
  • rest_user: User relevant API resources for creating and authenticating users with OAuth2.0
  • rest_social_auth: Implements social sign up with python social auth
  • rest_social_network: Models and APIs for social functionality (hashtags, likes, following, comments, @mentions, flagging / reporting)
  • rest_notifications: Models and APIs for notifications. Includes support for push notifications with Pushwoosh.

Find documentation on Read the Docs.

View the Test Project associated with this library for examples.

About

License:MIT License


Languages

Language:Python 98.7%Language:HTML 1.3%