A Python enabled backend built on top of Django and DRF (DjanoRestFramework)
Part of our team's entry to the 2018 Hackatren Hackathon
- 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
LRTHub - CORE is released under the BSD 3-Clause License. See LICENSE for details.
- Fork it (https://github.com/xrojan/lrthub-core/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request