Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reem-lab/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/reem-lab/blog-app
gem migrations postgersql rails rspec-rails ruby
Last synced: 5 days 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/reem-lab/blog-app
- Owner: Reem-lab
- License: mit
- Created: 2022-04-26T20:46:13.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-13T23:16:45.000Z (over 2 years ago)
- Last Synced: 2024-12-26T10:04:17.877Z (21 days ago)
- Topics: gem, migrations, postgersql, rails, rspec-rails, ruby
- Language: Ruby
- Homepage:
- Size: 451 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
![](https://img.shields.io/static/v1?label=BY&message=Reemoz&color=pink)# 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
- Ruby on Rails
- RSpec, PostgreSQL## Configuration
To use this project you first need to have installed the following:
+ Node.js
+ Ruby
+ PostgreSQL
+ Rails* Ruby version
The version of ruby that is needed for this project is
+ 3.1.1
Once you have installed them, you need to use the following command to clone the repository:
```
git clone [email protected]:Reem-lab/blog-app.git
```### Database creation
Next, use this command to create the databases:
```
rails db:create
```## Usage
Finally, use the following command to initialize the live server:
```
rails s
```## Author
👤 **Reem Janina**
Platform | Badge |
--- | --- |
**GitHub** | [@Reem-lab](https://github.com/Reem-lab)
**Twitter** | [Rem79940127](https://twitter.com/Rem79940127)
**LinkdIn** | [reem-janina](https://www.linkedin.com/in/reem-janina-ab74ab21a/)👤 **Aime Malaika**
- GitHub: [@aimemalaika](https://github.com/aimemalaika)
- Twitter: [@aimemalaika](https://twitter.com/Aime_Malaika)
- LinkedIn: [aimemalaika](https://linkedin.com/in/aimemalaika)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.