https://github.com/olawale-o/mongo-rails-blog
A simple blog developed with Ruby on Rails and MongoDB
https://github.com/olawale-o/mongo-rails-blog
cancancan devise mongodb mongoid ruby-on-rails
Last synced: 3 months ago
JSON representation
A simple blog developed with Ruby on Rails and MongoDB
- Host: GitHub
- URL: https://github.com/olawale-o/mongo-rails-blog
- Owner: olawale-o
- Created: 2022-02-11T14:35:48.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-07T08:57:45.000Z (over 3 years ago)
- Last Synced: 2025-02-02T10:31:21.853Z (8 months ago)
- Topics: cancancan, devise, mongodb, mongoid, ruby-on-rails
- Language: Ruby
- Homepage: https://safe-oasis-64010.herokuapp.com/
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mongo Rails Blog
> "Blog App" a fully functional website developed that allows authenticated and authourized user to create, like and comment a blog
## Built with
- Ruby
- Ruby on Rails
- MongoDB# Screenshot

## Getting started#### Prerequisites
- Ruby
- Rspec
- Rails
- MongoDB#### To get a local copy of this repository kindly follow the steps below.
- Kindly make sure you have **ruby**, **Ruby on rails** and **PostgreSQL** installed
- Scroll to top of this current repository
- Click on the `Code` button with background color green on the right end corner
- Click on the clipboard icon on the extreme right of the dropdown to copy the repository link
- In your local PC, open your terminal or command prompt in the folder you would like to clone this repository into
- Type `git clone (copied link)` on the currently opened terminal or command prompt
- Remember to change `(copied link)` to `git@github.com:olawale-o/mongo-rails-blog.git` which is the name of the repository### Setup
```
rails db:setup
```
### Install
```
bundle install
```
> **_NOTE_** Install webpacker
```
rails webpacker:install
```## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page.](https://github.com/olawale-o/mongo-rails-blog/issues)## Show your support
Give a ⭐️ if you like this project!