Skip to content

Latest commit

 

History

History
179 lines (115 loc) · 3.67 KB

README.md

File metadata and controls

179 lines (115 loc) · 3.67 KB

My Blog App

📗 Table of Contents

📖 Blog App

Blog App is my first Ruby on Rails project where you can like and comment posts as a user. The goal of this project is to learn the basics of using Rails.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • PostgreSQL database
  • Like and comment

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby
  • Rails
 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:tomasesquivelgc/Blog-App.git

Install

Install this project with:

  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/article_test.rb

👥 Authors

👤 Tomas Esquivel

👤 Marc Raphael

(back to top)

🔭 Future Features

  • Model
  • View
  • User Validation

(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 please leave a star!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.

(back to top)

📝 License

This project is MIT licensed.

(back to top)