https://github.com/bludidi/blogapp
A BlogApp is a Rails app that allow users to create posts, comment and like, it uses database to store, update and remove data.
https://github.com/bludidi/blogapp
css3 git postgresql rails ruby vscode
Last synced: 5 months ago
JSON representation
A BlogApp is a Rails app that allow users to create posts, comment and like, it uses database to store, update and remove data.
- Host: GitHub
- URL: https://github.com/bludidi/blogapp
- Owner: Bludidi
- License: mit
- Created: 2023-02-11T14:42:48.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-04-24T16:38:58.000Z (about 3 years ago)
- Last Synced: 2025-04-06T22:27:52.255Z (about 1 year ago)
- Topics: css3, git, postgresql, rails, ruby, vscode
- Language: Ruby
- Homepage:
- Size: 272 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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)
**BlogApp** This is a blog website that allows users to create blog posts and they can also comment and likes to the blog posts as well.
Client
- Ruby on Rails
Server
- Localhost:3000
Database
- Postgresql
- [ ] **User is able to create, remove, update and delete posts. (CRUD)**
- [ ] **It has user authentication.**
- [ ] **Users will use UI to insert data to the database.**
- [ ] **The UI is well designed.**
Not deployed yet
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Ruby on Rails
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
$ git clone https://github.com/Bludidi/BlogApp.git
$ cd BlogApp
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s
```
### Run tests
To run tests, run the following command:
```sh
$ rspec.
```
 **Brian Buntu Ludidi**
👤 **Michael Amponsah**
- GitHub: [@michaelamponsah](https://github.com/michaelamponsah)
- Twitter: [@_mikeamponsah](https://twitter.com/_mikeamponsah)
- LinkedIn: [michaelamponsah](https://linkedin.com/in/mikeamponsah)
- [ ] **Views**
- [ ] **Add forms**
- [ ] **Add User Authentication**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project kindly add ⭐️ to it.
***I would like to thank Mike Dane of Giraffe Academy and freeCodeCamp.org
Big shout out to Microverse team for such a wonderful curriculum.
Kudos to my coding partners and peers whom we travel this journey together.***
This project is [MIT](./LICENSE) licensed.