Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinabdmahmood/blog-app
https://github.com/yasinabdmahmood/blog-app
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yasinabdmahmood/blog-app
- Owner: yasinabdmahmood
- Created: 2022-11-29T13:20:25.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-02T07:26:36.000Z (almost 2 years ago)
- Last Synced: 2023-05-05T19:37:42.787Z (over 1 year ago)
- Language: Ruby
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Blog app is a classic example of a blog website. that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
BackEnd
Test
Database
- **[Add Post]** - Add your post.
- **[Display all posts]** - Display recent posts.
- **[Delete post ]** - Delete specific post.
- [Comming soon]()
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: Visual Studio Code and Installed Rails.
### Setup
Clone this repository to your desired folder:
```bash command
$ git clone $ git clone https://github.com/yasinabdmahmood/Blog-app.git
```
### Install
Install this project with:
```bash command
you@your-Pc-name:~$ cd
```
### Usage
To run the project, execute the following command:
```bash command
` $ rails server`
```
### Run tests
To run tests, run the following command:
```bash command
$ rspec
```
👤 **yaseen**
- GitHub: [@yasinabdmahmood](https://github.com/yasinabdmahmood)
- LinkedIn: [yaseen Abd alwahid](https://www.linkedin.com/in/yaseen-abdalwahid/)
- GitLab: [YASEEN ABD ALWAHID](https://gitlab.com/yasinabdmahmood)
- [ ] **[Add likes on post]**
- [ ] **[Add comments on post]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give as a star! ⭐️
- Hat tip to anyone whose code was used
- Inspiration
- Microverse
- **[How I can run this project?]**
- [After cloning repository, run rails server.]
- **[Can I add likes on post?]**
- [You can add likes and comments on a post.]
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._