luccamicale / Blog_Rails

About Blog app is a classic example of a blog website. That allows you to create new posts, displays a list of posts and empower readers to interact with them by adding comments and liking posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLOG APP MADE WITH RAILS!

πŸ“— Table of Contents

πŸ“– [Blog App]

[Blog App] is a Blog App made with Ruby on Rails.

πŸ›  Built With

Tech Stack

Ruby on Rails.

Key Features

  • [Created a Ruby on Rails App]
  • [Postgres database set up]
  • [Tables created]

(back to top)

πŸš€ Live Demo

Coming soon!

(back to top)

πŸ’» Getting Started

Describe how a new developer could make use of your project.

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

Prerequisites

In order to run this project you need:

  • Install Ruby
  • Install PostgreSQL
  • Instal Rails gem
  • install devise

Setup

Clone this repository to your desired folder:

https://github.com/luccamicale/Blog-App-Rails.git

Installation

Install this project with:

- bundle install
- rails server
- http://127.0.0.1:3000/

Usage

To run the project, execute the following command:

- railser server -p 4001

Run tests

To run tests, run the following command:

- rspec

Deployment

You can deploy this project using:

  • COMING SOON

(back to top)

πŸ‘₯ Authors

πŸ‘€ Lucca Micale

πŸ‘₯ Authors

πŸ‘€ Lucas Bermudez

πŸ‘€ Odette Gleen

(back to top)

πŸ”­ Future Features

  • Validations and Model specs.
  • Processing data in models.
  • Setup and controllers.
  • Controllers specs.
  • Views.
  • Integration specs for Views and fixing n+1 problems.
  • Add Devise.
  • Add authorization rules.
  • Add API endpoints.
  • API documentation.

(back to top)

🀝 Contributing

NO CONTRIBUTIONS! feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project GIVE ME A STAR!

(back to top)

πŸ™ Acknowledgments

I would like to thank NOBODY, YET.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

About Blog app is a classic example of a blog website. That allows you to create new posts, displays a list of posts and empower readers to interact with them by adding comments and liking posts.

License:MIT License


Languages

Language:Ruby 76.8%Language:HTML 19.7%Language:CSS 2.2%Language:JavaScript 1.3%