https://github.com/arnaudband/blog_app
The Blog app will be a classic example of a blog website. You will create 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/arnaudband/blog_app
github-config mvc-architecture rspec-rails rubocop-rails ruby-gem ruby-on-rails
Last synced: about 2 months ago
JSON representation
The Blog app will be a classic example of a blog website. You will create 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/arnaudband/blog_app
- Owner: ArnaudBand
- Created: 2022-09-14T01:26:02.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-09-30T06:36:24.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:03:06.107Z (4 months ago)
- Topics: github-config, mvc-architecture, rspec-rails, rubocop-rails, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog app
The Blog app will be a classic example of a blog website. You will create 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 -v 3.0.2
- Rails -v 7.0.4
- gem 'rspec'
- gem 'sass-rails'### Getting Started
To get a local copy up and running follow these simple steps:
#### Prerequisites
- Ruby -v 3.0.2
- Rails -v 7.0.4
- Postgresql#### Setup
- Open the terminal and run the following commands:
```
- git clone [email protected]:ArnaudBand/blog_app.git
- rails new . --database=postgresql -T
- cd blog_app```
- Run the application on the server using this command
`rails s`
#### Author
*Bandonkeye Arnaud*
- Github: [ArnaudBand](https://github.com/ArnaudBand)
- Linkedin: [Arnaud](https://www.linkedin.com/in/ArnaudBandonkeye/)
- Twitter: [@ba104781](https://twitter.com/ba104781)#### Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ArnaudBand/blog_app/issues).
#### Show your support
Give a star if you like this project!
#### Acknowledgments
[Microverse](https://www.microverse.org/) for the motivation.
#### License
This project is [MIT](https://www.mit.edu/about/) licensed.