https://github.com/gemmen29/blog-app
https://github.com/gemmen29/blog-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gemmen29/blog-app
- Owner: gemmen29
- Created: 2022-03-22T16:13:37.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-05T20:20:49.000Z (about 3 years ago)
- Last Synced: 2025-02-04T13:29:27.487Z (4 months ago)
- Language: Ruby
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Blog App
> Blog app shows the list of posts and empower readers to interact with them by adding comments and liking posts.
## Built With
- Ruby
- Ruby on Rails
- Rspec## Getting Started
To get a local copy up and running follow these simple example steps:
1- Click on the top right green **`code`** button.
2- On the dropdown menu, choose the **`download zip`** button.
3- After download, extract the zip file and you have the project running on your machine.
4- You can also clone the project using the **`git clone`** command.
5- Run the command `bundle install` to install all gems of the project.
6- To run the server use command `rails s` and to see it go to your browser and use this link `http://127.0.0.1:3000/`.
7- To run the tests use command `bundle exec rspec`.
8- To run the migration use command `rails db:migrate`.## Author
👤 **George Magdy**
- GitHub: [@George_Magdy](https://github.com/gemmen29)
- Twitter: [@George_Magdy](https://twitter.com/georgtriple1)
- LinkedIn: [@George_Magdy](https://www.linkedin.com/in/george-magdy-840/)## 🤝 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.