https://www.python.org/downloads/
git clone https://github.com/unbrokenguy/sys-arch-server.git
pip install poetry
poetry install
poetry shell
- SECRET_KEY: Your secret key for django application.
- CONF_APP_IP: Configuration Server url
- AUTH_APP_IP: Authorization Server url
cd src && python manage.py runserver
Server will be available at this url http://localhost:8000/
or http://127.0.0.1:8000/
- POST
/auth/sign_in/
- Redirect to Authorization Server. - POST
/auth/sign_up/
- Redirect to Authorization Server. - POST
/data/
- Upload data (strings or files). - GET
/category/
- List of categories. - GET
/data/{pk}/
- Download data. - GET
/category/{pk}/
- Retrieve category.