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

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

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
![screenshot](https://github.com/olawale-o/mongo-rails-blog/blob/develop/screenshot.png?raw=true")
## 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!