Skip to content

evillaz/blog-app

Repository files navigation

logo

📗 Table of Contents

📖 [Blog app]

[Blog app] will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

🛠 Built With

Tech Stack

Backend

Key Features

  • [Add new posts.]
  • [Add new comments to posts.]
  • [Like posts.]
  • [Save records.]

(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:

Setup

Clone this repository to your desired folder:

Example commands:

  cd blog-app
  git clone git@github.com:evillaz/blog-app.git

Install

Run this command:

Example command:

  cd blog-app
  npm bundle install

To install dependencies and use rubocop

Usage

Before we setup the database for the app make sure you check into "config/database.yml" to alter the file with your correct postgres credentials.

Run this command to create the database and run all migrations:

  rails db:create db:migrate

Now we are ready to run the app:

  rails server

Deployment

You can deploy this project using:

Visual studio code or with the very own ruby ird

(back to top)

👥 Authors

👤 Eduardo Villarreal

🔭 Future Features

  • [Setup and controllers.]
  • [Controllers specs.]
  • [Views.]
  • [Forms.]
  • [Integration specs for Views and fixing n+1 problems.]
  • [Add authorization rules.]
  • [Add API endpoints.]

(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 don't doubt on make any comments or try to reach me out.

(back to top)

🙏 Acknowledgments

I would like to thank microverse for the opportunity on working each other as colleagues and the learning opportunities it brings us.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors