ROR app is a Blog where the user can create posts, comments and likes.
- Major languages: Ruby
- Frameworks: ROR
To get a local copy up and running follow these simple example steps.
You need to have followings installed in your local machine:
Ruby
Postgresql
Rails
RSpec
node.js
Devise
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
- Run the following comands in your command line:
rails s
- To run tests for current app, please run below commands in your terminal:
cd rails-blog
- 'rspec spec'
👤 Anibal Amoroso
👤 Amel Khiri
- GitHub: @Algerina
- LinkedIn: Amel Khiri
- Twitter: @Amel khiri
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page. This project is MIT licensed.
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