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

https://github.com/damdafayton/blog

Blog app built with Rails
https://github.com/damdafayton/blog

bootstrap postgresql rails ruby

Last synced: 3 months ago
JSON representation

Blog app built with Rails

Awesome Lists containing this project

README

          

# Blog App

## Built With

- Ruby, Rails, Bootstrap, SASS, Postgresql
- Authentication: Devise
- Authorization: CanCanCan
- Test: Rspec, Capybara
- Linter: Rubocop, Stylelint

## Run and test
You must have Ruby and Rails installed.
[Documentation to install Rails.](https://guides.rubyonrails.org/v5.0/getting_started.html)

### How to run

```
$ git clone https://github.com/damdafayton/rails-blog
$ cd blog
$ bundle install
$ rails s
```

### How to test
```
$ git clone https://github.com/damdafayton/rails-blog
$ cd blog
$ bundle install
$ bundle exec rspec
```

## Authors

👤 **damdafayton**

- [Github](https://github.com/damdafayton)
- [LinkedIn](https://linkedin.com/in/damdafayton)

## 🤝 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!

## 📝 License

This project is [MIT](./MIT.md) licensed.