Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/djpowers/library_management
- Owner: djpowers
- Created: 2023-12-11T23:36:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T23:36:39.000Z (about 1 year ago)
- Last Synced: 2024-10-16T07:50:01.208Z (3 months ago)
- Language: Ruby
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).