Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atillatahak/rails-blog
https://github.com/atillatahak/rails-blog
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atillatahak/rails-blog
- Owner: AtillaTahak
- Created: 2022-03-31T22:37:42.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-04-23T11:11:54.000Z (over 2 years ago)
- Last Synced: 2023-03-06T20:17:44.518Z (over 1 year ago)
- Language: Ruby
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 requirementsThe 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.