https://github.com/tchasinga/blog-app-ruby
You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following command in the blog directory: ... If you are using Windows, you have to pass the scripts under the bin folder directl
https://github.com/tchasinga/blog-app-ruby
ruby-on-rails
Last synced: 4 months ago
JSON representation
You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following command in the blog directory: ... If you are using Windows, you have to pass the scripts under the bin folder directl
- Host: GitHub
- URL: https://github.com/tchasinga/blog-app-ruby
- Owner: tchasinga
- License: mit
- Created: 2023-09-26T07:54:10.000Z (over 2 years ago)
- Default Branch: Devs
- Last Pushed: 2023-10-13T21:31:28.000Z (about 2 years ago)
- Last Synced: 2025-06-10T09:03:36.314Z (7 months ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog App 📖
## 📗 Table of Contents
- [📖 Blog App ](#-catalog-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Blog App** is a Web application built using Ruby on Rails and PostgreSQL to manage blog posts, comments, likes, and user profiles.
Client
- **Write posts**
- **Like and comments on posts**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
ruby on rails
ruby
postgreSQL
bundler
```
### Setup
Clone this repository to your desired folder:
```bash
git clone https://github.com/meryemsanem/Blog-app-ruby.git
```
### Install
Install this project with:
```bash
cd blog-app-ruby
bundle install
```
it will install the required gemfile for running the project
👤 **Tchasinga jacques**
- GitHub: [@Tchasinga Jack](https://github.com/tchasinga)
- Twitter: [@tchasingajacques](https://twitter.com/TchasingaJacque)
- LinkedIn: [@tchasingajaques](https://www.linkedin.com/in/tchasinga-jacques-76aba7214/)
👤 **Uwimbabazi Dorcas**
- GitHub: [@Dorcas126](https://github.com/Dorcas126)
- Twitter: [@Dorcasuw](https://twitter.com/Dorcasuwi)
- LinkedIn: [Uwimbabazi Dorcas](https://www.linkedin.com/in/uwimbabazi-dorcas-956a5a226/)
- **Post creation**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tchasinga/Blog-app-ruby/issues/2).
If you find this project helpful or interesting, star this repository on GitHub to let me know you like the project. ⭐️
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is [MIT](./LICENSE) licensed.