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

https://github.com/ichala/ruby-blog-app


https://github.com/ichala/ruby-blog-app

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Ruby Blog App

> Simple Rails Blog App

## Made With

- Ruby on Rails (RoR)

# Getting Started

To get a local copy up and running follow these simple example steps.

- copy this link `hhttps://github.com/ichala/Ruby-Blog-App.git`.
- get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write `git clone https://github.com/ichala/Ruby-Blog-App.git`.
- go to the repository folder in your command prompt.
- run `bundle install`.
- create database in your postgre called `Ruby_Blog_App_1_development`
- run `rails db:migrate`
- To run the test run `rspec` in your command prompt.
- To run the rails server run `rails s` in your command prompt.

### Setup

To setup the project locally: clone the repository using:

```
git clone https://github.com/ichala/Ruby-Blog-App.git
```

## Authors

👤 **Ali Jendoubi**

- GitHub: [@iChala](https://github.com/ichala/)
- LinkedIn: [@alijendoubi](https://www.linkedin.com/in/alijendoubi/)
## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!