Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atillatahak/rails-blog


https://github.com/atillatahak/rails-blog

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rails Blog

> The Personal Blog app keeps track of all your blog, article , and essay . It will allow you to save the article, keep track of what you have, create an article, and generate an essay list based on what you have and what you are missing from the article. Also, since sharing the article is an important part of the essay, the app should allow you to make them public, so anyone can access them.
## Project requirements

The project requirements can be viewed [here](https://github.com/microverseinc/curriculum-rails/blob/main/blog-app/projects/Setup_Controllers_project.md)

## Built With

- Major languages: Rails, Ruby

- Technologies used: [Rubocop](https://rubocop.org/)

### Prerequisites

Install [rails](https://guides.rubyonrails.org/getting_started.html)
Install [sqlite3](https://www.sqlite.org/index.html)

### Setup
- Install gems with:
- ` bundle install`
- Setup database with
- `rails db:create`
- `rails db:migrate`

### Usage

- run: `git clone https://github.com/AtillaTahak/rails-blog.git`
- run: `rails s`
- Open http://localhost:3000/ in your browser.

### Run tests
- install npm with:
- `npm i`
- install rspec with:
- `bundle install`
- and
- ` rails generate rspec:install`
- Run the test with:
- `rspec spec`
## Author

πŸ‘€ **ATΔ°LLA TAHA KΓ–RDÜĞÜM**

- GitHub: [@AtillaTahak](https://github.com/AtillaTahak)
- Twitter: [@AtillaTahaa](https://twitter.com/AtillaTahaa)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/atilla-taha-k%C3%B6rd%C3%BC%C4%9F%C3%BCm-a93702186/)
- Blog: [Blog](https://github.com/AtillaTahak/school_library/blob/dev/atillataha.blogspot.com)
- Youtube: [YouTube](https://www.youtube.com/channel/UCmoD0x4Z9vdG2PCsI5p8FYg)

πŸ‘€ **SadiQ HabiL**

- GitHub: [@kingqabil](https://github.com/kingqabil)
- Twitter: [@kingqabil](https://twitter.com/kingqabil)
- LinkedIn: [@kingqabil](https://linkedin.com/in/kingqabil)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/AtillaTahak/rails-blog/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

N/A

## πŸ“ License

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