Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djpowers/library_management

An HTTP API capable of managing a library's collection of books and handling various operations
https://github.com/djpowers/library_management

Last synced: about 1 month ago
JSON representation

An HTTP API capable of managing a library's collection of books and handling various operations

Awesome Lists containing this project

README

        

# Library Management

## Install

This application uses Ruby 3.2.2 and relies on a PostgreSQL database.

Install the dependencies with `bundle install`.

Create the database with `bin/rails db:create`.

Run the server with `bin/rails s`.

## Tests

Run the test suite with `bin/rspec spec`.

## API Documentation

See the provided [Swagger docs](swagger.json).

## Edge Cases

See acknowledged [edge cases](EDGE_CASES.md).