Skip to content

sjdev2212/blogger-rails

Repository files navigation

ROR: Blogger

ROR app is a Blog where the user can create posts, comments and likes.

Built With

  • Major languages: Ruby
  • Frameworks: ROR

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need to have followings installed in your local machine:

  • Ruby
  • Postgresql
  • Rails
  • RSpec
  • node.js
  • Devise

Setup

To setup the Items Library project in your local, in the repo page:

`git clone https://github.com/sj1978/blogger-rails.git

  • cd blogger-rails
  • bundle install

Instruction on the usage

  • Run the following comands in your command line:
  • rails s

Tests

  • To run tests for current app, please run below commands in your terminal:
  • cd rails-blog
  • 'rspec spec'

Author1

👤 Anibal Amoroso

Author2

👤 Amel Khiri

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page. This project is MIT licensed.

Show your support

Give a ⭐️ if you like this project!

if @new_post.save flash[:notice] = 'Post created' else

render :action => 'new' flash[:notice] = 'Could not create post' end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published