Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cindydorantes/the-blog-app
- Owner: CindyDorantes
- License: mit
- Created: 2022-11-03T23:16:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T22:14:40.000Z (about 2 years ago)
- Last Synced: 2023-03-06T00:54:02.826Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 6.38 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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.