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
- Host: GitHub
- URL: https://github.com/damdafayton/blog
- Owner: damdafayton
- Created: 2022-05-30T11:12:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T14:04:10.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T18:16:14.440Z (over 1 year ago)
- Topics: bootstrap, postgresql, rails, ruby
- Language: Ruby
- Homepage: https://damdafayton-blog.herokuapp.com/
- Size: 5.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.