HFG43 / Blog_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

πŸ“— Table of Contents

πŸ“– Blog App.

Blog App is a website created using Ruby on Rails and Postgresql to practice OOP, Data Base Migration and apply best practices. It allows users to create post, comments and give likes.

πŸ›  Built With

Tech Stack

Ruby Postgresql

Key Features

  • Use Gitflow
  • Set Up Postgres Database
  • Create Data Models using ERD Diagrams
  • Use models to insert data
  • Use CRUD methods
  • Add methods in models
  • Include validations
  • Add Unit test
  • Add controllers
  • Define Routes
  • Include controllers actions
  • Add test using Rspec gem for all controllers
  • Add views following controller methods
  • Give style following wireframes design
  • Add forms to add new post and comments
  • Add functionality to add likes
  • Review Linters

(back to top)

πŸ’» Getting Started

This repository includes files with ruby lenguage.

Prerequisites

In order to run this project you need to have Ruby installed, check this documentation in order to know how to install it.

Setup

Clone this repository to your desired folder:

cd my-folder https://github.com/HFG43/Blog_app git clone

Usage

To populate the database, in your command line execute:

rails db:seed

To run the project, in your command line execute the following:

  rails s

To check the linters you can use the command:

  rubocop
  npx stylelint "**/*.{css,scss}"

To fix the linter use:

  rubocop --fix

(back to top)

πŸ‘₯ Authors

πŸ‘€ HernΓ‘n GΓΌemes

πŸ‘€ Ahmed Eid

(back to top)

πŸ”­ Future Features

  • Deploy

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for providing the necessary resources for this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 76.5%Language:HTML 20.3%Language:CSS 1.9%Language:JavaScript 1.3%