Skip to content
/ books Public

Sample Vania backend web application framework for serving a collection of books as an API.

License

Notifications You must be signed in to change notification settings

shaaanuu/books

Repository files navigation

📚 Books API - Vania Backend Framework

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. 🎉


🌟 Features

  • ✅ 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.

🛠️ Quick Start

  1. Clone the Repository

    git clone https://github.com/shaaanuu/books.git
    cd books
  2. Install Dependencies

    dart pub get
  3. Run the Server

    vania serve
  4. Access the API

    http://localhost:8080/api/books


🌐 API Endpoint

GET /api/books

  • 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."
    }

🛠️ Built With


📄 Resources


⚠️ Note

This is a testing project for demonstration purposes only. 🌟

Enjoy experimenting! 🚀

About

Sample Vania backend web application framework for serving a collection of books as an API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published