https://github.com/ichala/ruby-blog-app
https://github.com/ichala/ruby-blog-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ichala/ruby-blog-app
- Owner: ichala
- Created: 2022-08-08T11:07:47.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-27T13:52:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T10:27:29.517Z (5 months ago)
- Language: Ruby
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Ruby Blog App
> Simple Rails Blog App
## Made With
- Ruby on Rails (RoR)
# Getting Started
To get a local copy up and running follow these simple example steps.
- copy this link `hhttps://github.com/ichala/Ruby-Blog-App.git`.
- get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write `git clone https://github.com/ichala/Ruby-Blog-App.git`.
- go to the repository folder in your command prompt.
- run `bundle install`.
- create database in your postgre called `Ruby_Blog_App_1_development`
- run `rails db:migrate`
- To run the test run `rspec` in your command prompt.
- To run the rails server run `rails s` in your command prompt.### Setup
To setup the project locally: clone the repository using:
```
git clone https://github.com/ichala/Ruby-Blog-App.git
```## Authors
👤 **Ali Jendoubi**
- GitHub: [@iChala](https://github.com/ichala/)
- LinkedIn: [@alijendoubi](https://www.linkedin.com/in/alijendoubi/)
## 🤝 ContributingContributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!