https://github.com/sevlamare/tech-blog
A place to read and write about tech.
https://github.com/sevlamare/tech-blog
rails
Last synced: 6 months ago
JSON representation
A place to read and write about tech.
- Host: GitHub
- URL: https://github.com/sevlamare/tech-blog
- Owner: SevlaMare
- License: mit
- Created: 2020-05-07T02:15:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T18:46:26.000Z (over 2 years ago)
- Last Synced: 2025-02-13T04:48:46.352Z (8 months ago)
- Topics: rails
- Language: Ruby
- Homepage: https://tech-blog-794.herokuapp.com/
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Blogger
> A Blog about tech world.
A blog where people can read and write about tech.## Content
* [Features](#features)
* [Built With](#built-with)
* [Getting Start](#getting-start)
* [Contributing](#contributing)
* [Acknowledgments](#acknowledgments)
* [Author](#author)
* [License](#license)## Features
- Visitors can make post, edit and delete
- Each article have a comment section
- Spam window to confirm create, edit or delete articles
- Show a count of how many comments the article has
- Show timestamp to see when the comment was made
- Allow upload images
- User can make a account and login
- Administrator user to manage articles and comments
Upcoming features
## Built With
- Ruby 2.7
- Ruby on Rails 5.2
- RSpec (Unit testing)
- Rubocop (Linter) with Stickler (CI Tool)
- Git, Github and VScode
## Getting Start
You can visit it at:
[heroku](https://tech-blog-794.herokuapp.com)
But if you want to run in your local machine, follow the insctructions below.
#### Install
To use this program, you will need install:
* Ruby Language - Version 2.7 - [Install guide](https://www.ruby-lang.org/en/documentation/installation/)
* Ruby on Rails - Version 5.2 - [Install guide](https://guides.rubyonrails.org/v5.0/getting_started.html#installing-rails)
#### Get a local copy
Now you need a copy of this application, if you are using Git:
```js
git clone git@github.com:SevlaMare/blogger_v3.git
```
Otherwise just hit (Download Zip) on green button (Clone or Download) at top of this page.
#### Run
To run, from the application folder, just type on terminal:
```js
rails server
```
Now you can go to your favorite web browser like Google Crome
and go to this page: http://localhost:3000/
### Contributing
Contributions, issues and feature requests are welcome!
You can do it on [issues page](issues/).
## Acknowledgments
A special thanks for the code reviewers.
## Author
👤 **Thiago Miranda**
- Github: [@SevlaMare](https://github.com/SevlaMare)
- Twitter: [#SevlaMare)](https://twitter.com/SevlaMare)
- Linkedin: [SevlaMare)](https://www.linkedin.com/in/sevlamare)
### License
MIT