https://github.com/getssh/blog_app
https://github.com/getssh/blog_app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getssh/blog_app
- Owner: getssh
- License: mit
- Created: 2023-06-16T23:12:25.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-21T11:15:57.000Z (over 2 years ago)
- Last Synced: 2025-02-21T19:44:01.741Z (about 1 year ago)
- Language: Ruby
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Blog App** blog app is an interactive blog application, created with ruby on rails. users can:
- Read blog posts
- Add Likes
- Add comments
Client
- N/A
Server
- Ruby on Rails
Database
- PostgreSQL
- Read blog posts
- Add Likes
- Add comments
To run the project locally, follow these steps.
### Prerequisites
In order to run this project you need to:
- Install [Git](https://git-scm.com/)
- Install [Node](https://nodejs.org/en/)
- Install a code editor, We suggest [VsCode](https://code.visualstudio.com/)
### Setup
Clone the repo into your local machine:
```bash
git clone https://github.com/getssh/blog_app
```
Install the dependencies using bundler:
```bash
bundle install
```
### Usage
To start you can open your terminal and in the folder write
```bash
rails server
```
to drop the existing DB run
run
```bash
rails db:drop
```
Run
```
rails db:create
```
to create a new DB.
rails db:migrate to migrate generated db
👨💻 **Getayawkal Tamrat**
- GitHub: [@getssh](https://github.com/getssh)
- Twitter: [@GetayawkalT](https://twitter.com/GetayawkalT)
- LinkedIn: [@getayawkal-tamrat](https://www.linkedin.com/in/getayawkal-tamrat/)
- Add more classes
- Add more data
- Add frontend code
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a start for it.
I would like to thank Microverse for helping us in the journey to become a Fullstack developer
This project is [MIT](./LICENSE) licensed.