lisandroseia / blog-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails blogg

In this project, I worked on a blog that acces to a database to display everything on the screen!

Built With

  • Ruby, Rails, Bundler
  • Git, Github, Rubocop
  • Postgresql

Getting Started

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

Prerequisites

run "git clone https://github.com/lisandroseia/rails-blog.git" run "cd /rails-blog" run "bundle install" to install dependancies

database prep

run "rails db:setup" run "rails db:migrate" run "rails db:seed" if you want some default values in the project!

Run the app

Run "rails s" to start the aplication run 'mailcatcher'

open 'http://127.0.0.1:1080' to check mail sender and be able to confirm your email

run tests

in order to make the test works you will need the seed, so please, go to the "database prep" section

run "bundle exec rspec"

πŸ‘€ Lisandro Seia

GitHub | @lisandroseia LinkdIn | LinkedIn

πŸ‘€ Hemerson Foreste

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

About

License:MIT License


Languages

Language:Ruby 76.7%Language:HTML 18.6%Language:CSS 3.4%Language:JavaScript 1.3%