File System - where objects are files, folders and parents are folders
E-commerce application - where objects are items and parents are stores / categories
Active Directory - where objects are users and parents are groups / roles
Python 3
Flask
JWT
SQLAlchemy
Flask-Restful
pip install Flask
Run using "python app.py"
GET - /objects
GET - /object/<name>
POST - /object/<name>
PUT - /object/<name>
DELETE - /object/<name>
POST - /auth
POST - /register
GET - /parents
GET - /parent/<name>
POST - /parent/<name>
DELETE - /parent/<name>
Flask API.postman_collection.json