Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neckerfree/blog_app
The Blog app is a classic example of a blog website. this website shows the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/neckerfree/blog_app
Last synced: 1 day ago
JSON representation
The Blog app is a classic example of a blog website. this website shows the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/neckerfree/blog_app
- Owner: NeckerFree
- License: mit
- Created: 2022-07-12T15:35:29.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-07-28T21:56:47.000Z (over 2 years ago)
- Last Synced: 2023-03-06T22:57:57.038Z (over 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Project Name : Blog_App
> The Blog app is a classic example of a blog website. this website shows the list of posts and empower readers to interact with them by adding comments and liking posts.
## Built With
- Ruby on Rails
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone Repository using
`git clone https://github.com/NeckerFree/Blog_App`
- Move into project directory
`cd Blog_App`
### Setup Database
- Make sure that your Postgres database is installed.
- Open the file config\database.yml
- Modify the connection parameters to point your Postgres Database:
`username: [your_user]`
`password: [your_password]`- If required drop existing database : `rake db:drop`
- Create databases: `rake db:create`
- Create db structure including tables : `rake db:migrate`
- If required seed initial data (stored in db\seeds.rb file): `rails db:seed`
### Run Tests
- Install rspec: `bundle install`
- Run all tests: `rspec`
- Run all tests and show test documentation: `rspec spec --format documentation`### Run App
- If required (Not for testing) run `rails server`
- Visit http://localhost:3000/ in your browser!## Author
π€ **Elio CortΓ©s**
- GitHub: [@NeckerFree](https://github.com/NeckerFree)
- Twitter: [@ElioCortesM](https://twitter.com/ElioCortesM)
- LinkedIn: [elionelsoncortes](https://www.linkedin.com/in/elionelsoncortes/)## π€ Contributors
π€ **Amrendra K**
- GitHub: [@amrendrakind](https://github.com/amrendrakind)
- Twitter: [@amrendrak_](https://twitter.com/amrendrak_)
- LinkedIn: [amrendraakumar](https://linkedin.com/in/amrendraakumar)π€ **Alejandro Neira**
- GitHub: [@AlejandroNeira98](https://github.com/AlejandroNeira98)
- Twitter: [@JANP_19](https://twitter.com/JANP_19)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/alejandro-neira-pachon/)
Contributions, issues, and feature requests are welcome!Feel free to check the [issues page](https://github.com/NeckerFree/Blog_App/issues).
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
- Microverse team for guidance
## π License
This project is [MIT](./MIT.md) licensed.