Highlights
- **Initial Release** of **Zinny API**
- Provides the backend services for managing titles, surveys, and ratings within the Zinny ecosystem.
Features
- **RESTful Endpoints**:
- Endpoints for managing **titles**, **surveys**, **ratings**, and **collections**.
- **Database Integration**:
- Lightweight and fast storage using SQLite.
- Auto-initialization of the database schema on first run.
- **Survey and Weight Integration**:
- Directly integrates with **Zinny Surveys** for accessing shared survey specifications and weights.
- **Configuration**:
- Flexible configuration for local development or production deployment.
Integration:
- **Zinny API** is a core dependency of **Zinny WebUI**, providing backend services for survey and rating data.
Installation
Install and run Zinny API from PyPI:
bash
install
pip install zinny-api
run the back end server and launch a browser
zinny-api
Documentation
For detailed usage instructions and API endpoint details, see the [Zinny API README](https://github.com/RyLaney/zinny-api).