Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adarachel/rails-blog
The Blog app is a classic example of a blog website. A fully functional website shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
https://github.com/adarachel/rails-blog
Last synced: about 1 month ago
JSON representation
The Blog app is a classic example of a blog website. A fully functional website shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/adarachel/rails-blog
- Owner: adarachel
- License: mit
- Created: 2023-08-18T20:27:05.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-01T15:13:28.000Z (over 1 year ago)
- Last Synced: 2023-09-01T15:16:27.653Z (over 1 year ago)
- Language: Ruby
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)> This is a blog app based on ruby on rails. This app will feature users, posts, comments, likes.
Tech Stack
- Ruby on Rails
- PSQL- Display Users
- Display posts
- Display comments on posts
- Display likes on posts
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
```sh
bundle install
```### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/adarachel/rails-blog.git
```### Usage
To run the project, execute the following command:
```sh
rails s
```### Run tests
To run tests, run the following command:
```sh
rails test
```👤 **Ada Rachel**
- GitHub: [@adarachel](https://github.com/adarachel)
- Twitter: [@adarachel_dev](https://twitter.com/adarachel_dev)
- LinkedIn: [@AdaRachel](https://www.linkedin.com/in/adarachel/)- Add GUI
Contributions, issues, and feature requests are welcome!
If you like this project, give it a star.
- Thanks to all Microverse community
This project is [MIT](./LICENSE) licensed.