Welcome to Books API! This is a testing project built with the Vania Dart backend framework to serve a collection of fascinating book data. Dive in to explore 50 interesting books through a simple API. 🎉
- ✅ Built with Vania – a modern and elegant Dart backend framework.
- 📘 Provides a JSON API with 50 curated books for testing purposes.
- 🚀 Lightweight and perfect for experimentation.
-
Clone the Repository
git clone https://github.com/shaaanuu/books.git cd books
-
Install Dependencies
dart pub get
-
Run the Server
vania serve
-
Access the API
- Returns a JSON array of 50 books with details like title, author, genre, and more.
- Example Response:
{ "number": 1, "title": "To Kill a Mockingbird", "author": "Harper Lee", "genre": "Fiction", "published_year": 1960, "rating": 4.8, "pages": 281, "description": "A tale of racial injustice and childhood innocence in the American South." }
- Vania Framework 🛠️
- Dart Programming Language 🎯
This is a testing project for demonstration purposes only. 🌟
Enjoy experimenting! 🚀