Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/blog-app
https://github.com/eapenzacharias/blog-app
blog rails ruby tailwindcss
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eapenzacharias/blog-app
- Owner: eapenzacharias
- License: mit
- Created: 2022-03-01T20:33:27.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-18T14:43:08.000Z (over 2 years ago)
- Last Synced: 2024-10-16T10:39:26.132Z (23 days ago)
- Topics: blog, rails, ruby, tailwindcss
- Language: Ruby
- Homepage:
- Size: 517 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog App
> Blog website made with Ruby on Rails.
| ![](https://user-images.githubusercontent.com/49812651/157978814-2f4f2625-698f-4e47-9830-01a4d33df19b.png) | ![](https://user-images.githubusercontent.com/49812651/157978830-9c9c33d9-b8a6-4326-803b-723c661781c3.png)
|:---:|:---:|## Built With
- Ruby on Rails
## Getting Started
### Prerequisites
- Ruby
- Postgres server### Setup
Clone this repo and enter the directory.
```sh
git clone [email protected]:eapenzacharias/blog-app.git && cd blog-app
```### Install
Run the following command to install all the dependencies.
```sh
bundler install
```### Usage
Run the following command to start the server, then go to http://localhost:3000
```sh
rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rbbin/dev # necessary to start the app for the first time
---- or ----
rails s # can be used after starting the app at least once
```### Run tests
```sh
bundle exec rspec spec
```## Author
👤 **Eapen Zacharias**
- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)## Show your support
Give a ⭐️ if you like this project!