Alpha Dogs is a blogging web application. This simple application is desinged with Ruby, while managing data through Rails. Think of alpha blogs like Medium, its a place where you can blog about any topic you'd ove to right about. From travel, personal interest, animals, technology, etc. Alpha blogs was created as a simple practice application for me to re-learn Ruby & Ruby on rails.
- Fork and clone the repository.
- Navigate into theAlpha blog directory withcd alpha_blog.
- In the terminalbundle install to install the gem files.
- Runrails db:migrate .
- Runrails server to start the server and navigate to "localhost:3000" to view the site!
- A User can login, signup & logout.
- A User can create their own articles.
- A User has the ability to edit their articles.
- A User is able to delete their articles.
- A User admin can create categories for articles.
Future features include:
- Users have the ability to message each other