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

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.

Awesome Lists containing this project

README

          

# Blogger
> A Blog about tech world.

![screenshot](screenshot.png)


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


    Upcoming features


  • Allow upload images

  • User can make a account and login

  • Administrator user to manage articles and comments

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