https://github.com/hanasabih/blogapp
About The Inkling Blog app is a classic blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.. Built with Ruby, Ruby on Rails and PosgreSQL
https://github.com/hanasabih/blogapp
blogging javascript postgresql ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
About The Inkling Blog app is a classic blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.. Built with Ruby, Ruby on Rails and PosgreSQL
- Host: GitHub
- URL: https://github.com/hanasabih/blogapp
- Owner: HanaSabih
- License: mit
- Created: 2023-05-11T15:30:51.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-25T11:01:20.000Z (about 2 years ago)
- Last Synced: 2025-02-13T17:22:18.002Z (4 months ago)
- Topics: blogging, javascript, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[BlogApp]** is an ongoing project which when finished will be a ruby on rails application which allows users to make posts, comments and leave likes, while saving all of this data to a database server.
Client
Database
- Stores information on users, posts, comments and likes.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: ``` Ruby ```, ``` Rails ``` and a Database such as PostgreSQL
### Setup
Clone this repository to your desired folder.
### Install
Install this project with:
```
bundle install
rails db:migrate
```
### Usage
To run the project, execute the following command:
```
pg_ctl start
rails server
```
👤 **Hana Sabih**
- GitHub: [Github](https://github.com/HanaSabih)
- Twitter: [Twister](https://twitter.com/HanaSabih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/HanaSabih/)
- Add the rest of the necessary features for a functional blog.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a ⭐️!
Thank you to microverse for setting us on this journey.
This project is [MIT](./LICENSE) licensed.