Skip to content

It is a complete blog app for publishing articles about various fields of life. It is developed in Ruby on Rails.

Notifications You must be signed in to change notification settings

talhawaqar/lifestyle-articles

Repository files navigation

Lifestyle Articles

It is the rails capstone project and is compulsory to master the ruby on rails curriculum. This project is all about articles like a blog app.

What it does

It's an app for articles.

As a guest user:

  • You will be able to create account/log in.
  • You will be able to see all articles of other users.
  • You will not able to write your article.
  • You will not able to give a vote to an article.

As a logged-in user:

  • You will be able to write your article.
  • You will be able to vote for an article.

Built With

  • Ruby 2.7.1
  • Rails 6.0.3.2
  • VS Code

Screenshot

Project Design Screenshot : Project Design

Demo

Live link

Prerequisites

In order to make the program work, you need to have ruby interpreter installed in your system. You can get the latest version of ruby from official website.

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd lifesyle-articles
$ git clone https://github.com/talhawaqar/lifesyle-articles.git
$ cd lifestyle-articles
$ bundle install
$ yarn install --check-files
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s

Author

Muhammad Talha Waqar

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

It is a complete blog app for publishing articles about various fields of life. It is developed in Ruby on Rails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published