Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haadiiii/blog-app
This is a blog app where users can create an account, create posts, comment on posts, and like posts.
https://github.com/haadiiii/blog-app
psql-database rails-console rails-server rspec ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
This is a blog app where users can create an account, create posts, comment on posts, and like posts.
- Host: GitHub
- URL: https://github.com/haadiiii/blog-app
- Owner: Haadiiii
- Created: 2022-11-22T05:26:08.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-10T15:49:16.000Z (about 2 years ago)
- Last Synced: 2024-10-12T09:42:16.430Z (2 months ago)
- Topics: psql-database, rails-console, rails-server, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 694 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [❓ FAQ](#faq)
- [📝 License](#license)> This is a blog app where users can create an account, create posts, comment on posts, and like posts.
**Blog App** is a...
> This project was built using these technologies.
Client
- Ruby on Rails
- HTML
- CSS
- Yarn
- PostgreSQL
- Heroku
- VSCode
- Git
- GitHub
- GitFlow
- Terminal
Server
- Rails
Database
> This project has the following features.
- User can create an account.
- User can create posts.
- User can comment on posts.
- User can like posts.
> Comming soon
- [Live Demo Link](https://yourdeployedapplicationlink.com)
> To get a local copy up and running follow these simple example steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:Haadiiii/blog-app.git
```
-
### Install
Install this project with:
```sh
cd blog-app
gem install
```
-
### Usage
To run the project, execute the following command:
```sh
rails server
```
-
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Haamid Ali**
- GitHub: [@Haadiiii](https://github.com/Haadiiii)
- Twitter: [@HaaDiii_99](https://twitter.com/HaaDiii_99)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hamid-ali-01a872213/)
> This project is still in development. the features that will be added in the future.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
I would like to thank...
- [Microverse](https://www.microverse.org/)
- [The Odin Project](https://www.theodinproject.com/)
> If you have any questions, please contact me.
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._