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

https://github.com/fastruby/librarian

A Rails application to keep track of articles shared in different blog engines
https://github.com/fastruby/librarian

chat-gpt ruby-on-rails social-media

Last synced: 10 months ago
JSON representation

A Rails application to keep track of articles shared in different blog engines

Awesome Lists containing this project

README

          

# OmbuLabs Librarian

This is an app to keep track of all of our resources:

- OmbuLabs Articles
- FastRuby.io Articles
- UpgradeJS.com Articles

In the future it will be able to keep track of:

- eBooks
- Online Courses

## Setup

Clone the repository and follow these steps:

```
./bin/setup
./bin/dev
```

## Tests

You can run the tests using RSpec:

```
bundle exec rspec spec/
```