Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cindydorantes/the-blog-app

This project is a classic example of a blog website. I have created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/cindydorantes/the-blog-app

Last synced: 19 days ago
JSON representation

This project is a classic example of a blog website. I have created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Awesome Lists containing this project

README

        

# The Blog App

This project is a classic example of a blog website. I have created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

## Built With

Ruby on Rails bagde

## Getting Started

Clone this repo: https://github.com/CindyDorantes/The-blog-app.git

- Go to the repo directory from the comand line.
- Run
```
bundle install
rails server
```

- To run the test available
```
rspec spec/models/user_spec.rb
rspec spec/models/post_spec.rb
rspec spec/models/comment_spec.rb
rspec spec/models/like_spec.rb
```

## Authors

πŸ‘€ **Cindy Dorantes**

- GitHub: [@CindyDorantes](https://github.com/CindyDorantes)
- Twitter: [@CindyDorantes10](https://twitter.com/CindyDorantes10)
- LinkedIn: [Cindy Melisa Dorantes SΓ‘nchez](https://www.linkedin.com/in/cindydorantessanchez/)

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

## Acknowledgments

- Thanks to my learning partners for their support and advices

## πŸ“ License

This project is [MIT](./LICENSE) licensed.