A Flask-based API for managing library books and members. Supports CRUD operations, search, pagination, and token-based authentication.
- CRUD operations for books and members
- Search by title or author
- Pagination
- Token-based authentication
- Clone the repository.
- Install Python 3.x.
- Run
python run.pyto start the server.
- In-memory dictionary for simplicity.
- Token-based authentication for lightweight security.
- No persistent database.
- Limited to single-user authentication.
- Start the server with:
python run.py