Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadyshawkat/blog-app
https://github.com/shadyshawkat/blog-app
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadyshawkat/blog-app
- Owner: ShadyShawkat
- Created: 2022-03-22T16:42:56.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-07T23:56:54.000Z (over 2 years ago)
- Last Synced: 2024-10-21T13:38:35.072Z (3 months ago)
- Language: Ruby
- Size: 267 KB
- Stars: 3
- 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)
# Blog App
> Blog app shows the list of posts and users with the ability of adding comments and liking posts.
## Built With
- Ruby
- Ruby on Rails## 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/`.## Databases setup
To create the databases, please follow these simple example steps:
1- Run the command `rails db:create` to create the databases.
2- Run the command `rails db:migrate` to create the neccessary tables and relations.## Tests
To run the tests, follow these simple steps:1- Run `bundle install` to install all gems of the project.
2- Run `bundle exec rspec` to run all the tests.## Author
👤 **Shady Shawkat**
- GitHub: [@ShadyShawkat](https://github.com/ShadyShawkat)
- Twitter: [@ShadyShawkat3](https://twitter.com/ShadyShawkat3)
- LinkedIn: [Shady Shawkat](https://linkedin.com/in/Shady-Shawkat)## 🤝 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.