Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usirusenikon/blog-app
This is a blog app, built using Ruby on Rails
https://github.com/usirusenikon/blog-app
Last synced: 5 days ago
JSON representation
This is a blog app, built using Ruby on Rails
- Host: GitHub
- URL: https://github.com/usirusenikon/blog-app
- Owner: UsirusenIkon
- License: mit
- Created: 2023-01-25T10:30:08.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-10T13:06:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T04:33:34.873Z (almost 2 years ago)
- Language: Ruby
- Size: 198 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
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog-App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Install \& Setup](#install--setup)
- [Tests](#tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Blog App** is an example of a blog website built using Ruby on Rails and PostgreSQL.It is a fully functional website that shows a list of posts, users can also interact with posts, likes and comments.
Client
Database
### Key Features
- Making use of Ruby on Rails
- Making use of PostgreSQL
> None
> To start and run this project
```
bundle install
```
```
ruby main.rb
```
To get a local copy up and running, follow these steps.
### Prerequisites
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
- PostgreSQL
### Install & Setup
To setup and install this sample ROR Blog project, follow the below steps:
- Clone this project by the command:
```
$ git clone https://github.com/UsirusenIkon/Blog-App.git
```
- Then switch to the project folder by the bellow query:
```
$ cd Blog-App
```
- Install the required dependecies with `bundle install`
- Install npm dependencies with `npm install`
- **Before running below commands update [config/database.yml](./config/database.yml) with your local `DB`credentials. Then run:**
- **`rake db:create`**
- **`rake db:migrate`**
- **`rake db:seed`**
- With Ruby on Rails and PostgreSQL installed in your environment, you can run `rails server` to run the website.
### Tests
- Run `rake db:seed RAILS_ENV=test` to seed the testing database
- Run `rspec`
### Deployment
N/A
👤 **Usirusen Ikon**
👤 **Usirusen Ikon**
- GitHub: [@UsirusenIkon](https://github.com/UsirusenIkon)
- Twitter: [@Usirusen_Ikon](https://twitter.com/Usirusen_Ikon)
- LinkedIn: [Usirusen Ikon](https://www.linkedin.com/in/usirusen-ikon-775855174/)
> Describe 1 - 3 features you will add to the project.
- [ ] **Build the project schemas**
- [ ] **Use postgresql as my database instead of sql**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> If you like this project give it a :star
- I would like to thank Microverse.
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is [MIT](./LICENSE) licensed.