Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedhnoor/blog-app
Blog App is a simple blog website where users can create posts, add comments to posts and like posts. This project is built using Ruby on Rails.
https://github.com/mohamedhnoor/blog-app
postgresql rspec-rails ruby ruby-on-rails
Last synced: about 4 hours ago
JSON representation
Blog App is a simple blog website where users can create posts, add comments to posts and like posts. This project is built using Ruby on Rails.
- Host: GitHub
- URL: https://github.com/mohamedhnoor/blog-app
- Owner: MohamedHNoor
- License: mit
- Created: 2023-03-28T05:22:33.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-10-18T22:28:03.000Z (about 1 year ago)
- Last Synced: 2023-10-18T23:27:55.871Z (about 1 year ago)
- Topics: postgresql, rspec-rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 195 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [Blog App ](#blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [Acknowledgments](#acknowledgments)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)**Blog App** is a simple blog website where users can create posts, add comments to posts and like posts. This project is built using Ruby on Rails.
Server
> Key Features of Project.
- Users can create posts.
- Users can add comments to posts.
- Users can like posts.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Rails
- Postgresql
### Setup
Clone this repository to your desired folder:
```sh
cd your_desired_folder
git clone https://github.com/MohamedHNoor/blog-app.git
```
### Install
Install this project with:
- After cloning type `cd blog-app`.
- Run `bundle install` to install all the required dependencies.
### Usage
To run the project, execute the following command:
- Run `rails db:create` to create a new database
- Run `rails db:migrate` to migrate the db and build the schema
- Run `rails s` to start the server
### Run tests
- Run `bundle exec rspec` to run the tests
👤 **Mohamed Hassan Noor**
- GitHub: [@MohamedHNoor](https://github.com/MohamedHNoor)
- Twitter: [@MohamedHNoor](https://twitter.com/MohamedHNoor)
- LinkedIn: [@MohamedHNoor](https://www.linkedin.com/in/mohamedhnoor/)
👤 **Christian Ani**
- GitHub: [@iamchristianani](https://github.com/iamchristianani)
- Twitter: [@kriznode](https://twitter.com/kriznode)
- LinkedIn: [Christian Ani](https://www.linkedin.com/in/anikriz/)
- [ ] **[ Create Post ]**
- [ ] **[ Add Comment to a post ]**
- [ ] **[ Like a Post ]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MohamedHNoor/blog-app/issues)
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
- Do I have to have any previous knowledge about ruby to use this project?
- No!
- How to use this project?
- check the [Getting Started](#getting-started) section to have a complete guid on how to setup and run teh project.
This project is [MIT](./LICENSE) licensed.