An open API service indexing awesome lists of open source software.

https://github.com/epaltechs/blog-app

This is an example of a blog website that have a clear path from the browser to the routes file, and to the Controller action. In effect, it implements the MVC functionality and CRUD.
https://github.com/epaltechs/blog-app

bootstrap postgresql ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

This is an example of a blog website that have a clear path from the browser to the routes file, and to the Controller action. In effect, it implements the MVC functionality and CRUD.

Awesome Lists containing this project

README

          

# Blog-App
This is an example of a blog website that have a clear path from the browser to the routes file, and to the Controller action. In effect, it implements the MVC functionality and CRUD.

## Schema
![](https://github.com/microverseinc/curriculum-rails/blob/main/blog-app/images/blog_app_erd.png)

## Deployment
[Heroku](https://epal-blog-app.herokuapp.com/)

## Built With
- Ruby
- Ruby on Rails
- Postgresql
- Bootstrap

## Getting Started
To launch the project locally:

### Step 1:
Clone this repo locally using git in the command line and the following command
> https://github.com/Epaltechs/blog-app.git
Alternatively, you can just download the complete zip file and extract the folder in your directory

### Step 2:
In the project directory, you can run:
> rails db:create, rails db:migrate and rails db:seed, and this last command will fill the database with the data provided.
or alternatively you can copy and paste the commands in
> irb

## 👤 Authors

:bust_in_silhouette: **Emmanuel Paul**
- GitHub: [@Epaltechs](https://github.com/Epaltechs)
- LinkedIn: [Emmanuel Paul](https://www.linkedin.com/in/emmanuel-s-paul)
- Twitter: [Emmanuel Paul](http://twitter.com/@emmapaul247)
- AngeList: [Emmanuel Paul](https://angel.co/u/emmanuel-s-paul)

:bust_in_silhouette: **Huseyin Biyik**
- GitHub: [@huseyinbiyik](https://github.com/huseyinbiyik)
- Twitter: [@huseyin__biyik](https://twitter.com/huseyin__biyik)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/huseyin-b%C4%B1y%C4%B1k/)

## :handshake: Contributing
- Contributions, issues, and feature requests are welcome!
- Feel free to check the [issues page](https://github.com/Epaltechs/Blog-app/issues).

## Show your support
Give a :star:️ if you like this project!

## Acknowledgments
- Many thanks to Microverse community and all those who have contributed to my progress.
- 🎩Hat tip to anyone whose code was used
- Heartfelt appreciation to all those who provided much needed inspiration.

## :memo: License
This project is MIT licensed.