Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 987 Bytes

LRTHub - CORE

A Python enabled backend built on top of Django and DRF (DjanoRestFramework)

Part of our team's entry to the 2018 Hackatren Hackathon

Features

  • Fast, Secure and Portable
  • RestAPI Web Services (Embedded with JWT Authorization)
  • Administration Panel
  • API Key Generation and Management
  • Company Profile Management
  • Users & Groups Management
  • Advertisement Management
  • Feedback Management
  • News Portal, Feeds and Promotions Content Management
  • Ratings Management

License

LRTHub - CORE is released under the BSD 3-Clause License. See LICENSE for details.

Contributing

  1. Fork it (https://github.com/xrojan/lrthub-core/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request