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
- Host: GitHub
- URL: https://github.com/fastruby/librarian
- Owner: fastruby
- Created: 2022-10-08T19:23:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T15:37:29.000Z (about 2 years ago)
- Last Synced: 2025-01-10T16:44:26.739Z (12 months ago)
- Topics: chat-gpt, ruby-on-rails, social-media
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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/
```