https://github.com/altontonn/blog-app
This is blog app that can add new users, posts, comments, likes and display users with their post, comments and likes.
https://github.com/altontonn/blog-app
postgresql ruby-on-rails
Last synced: 3 months ago
JSON representation
This is blog app that can add new users, posts, comments, likes and display users with their post, comments and likes.
- Host: GitHub
- URL: https://github.com/altontonn/blog-app
- Owner: altontonn
- License: mit
- Created: 2023-01-20T11:33:39.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-15T06:49:07.000Z (about 2 years ago)
- Last Synced: 2025-01-19T21:46:37.534Z (over 1 year ago)
- Topics: postgresql, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 508 KB
- Stars: 2
- Watchers: 2
- 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)
- [🚀 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)
**[Blog App]**
## 🛠 Built With
- [Create and run necessary migration files]
- [Match table and column names to the ERD diagram.]
Client
Database
With this app you can:
- Add new users, posts, comments, likes.
- display users with their post,comments and likes
- Save users, posts, comments, likes
- comming soon ⌛
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your local machine
- [Install Ruby on Rails](https://guides.rubyonrails.org/v5.1/getting_started.html)
### Setup
Clone this repository to your desired folder:
- Clone [this repository](https://github.com/altontonn/Blog-app)
### Install
Install this project with:
```
gem install bundler
```
Then run:
```
bundle install
```
### Usage
To run the project, execute the following command:
```
rails s
```
Open browser with `localhost:3000`
### Run tests
To run tests, run the following command:
- rspec .
👤 **Newton Alumasa**
- [Github](https://github.com/altontonn/)
- [Twitter](https://twitter.com/AlumasaNewton)
- [Linkedin](https://www.linkedin.com/in/newton-alumasa/)
## 🔭 Future Features back
### Future Features
- Account creation
- A search bar
- Account Delete
- User Chat
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project make sure to give it a star
I would like to thank Microverse
This project is [MIT](https://github.com/altontonn/Blog-app/blob/dev/LICENSE) licensed.