📗 Table of Contents
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
📖 Blog Rails
This repo is a simple Blog app website. that will show the list of posts and empower readers to interact with them by adding comments and liking posts
🛠 Built With
Tech Stack
Server
Database
Key Features
- Create a Post
- Add a Comment to a Post
- Like a Post
💻 Getting Started
To get a local copy up and running, follow these steps.
Prerequisites
In order to run this project you need:
- Ruby should be installed.
- You need a Terminal.
Then run the command example bellow to install rails.-
gem install rails
Setup
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone https://github.com/Khaled-AlKhateeb/blog-rails.git
Install
Install this project with:
Example command:
cd blog-rails/
bundle install
Usage
To run the project, execute the following command:
Example command:
rails server
Run tests
To run tests, run the following command:
Example command:
gem install rails rspec
rails spec spec/models/
👤 Khaled Al-Khateeb
- GitHub: @Khaled-AlKhateeb
- Twitter: @KhaledA93751489
- LinkedIn: khaled-al-khateeb
👤 Orji Maxwell
- GitHub: @Maxwell011
- Twitter: @Maxwellchu2Orji
- LinkedIn: @Orjimaxwell
🔭 Future Features
Some of the comming futures for this project would be:
- Adding User Login
- Add API endpoints
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
⭐️ Show your support
Write a message to encourage readers to support your project
If you like this project, kindly give it a star ⭐️
📝 License
This project is MIT licensed.