Skip to content

Latest commit

 

History

History
163 lines (101 loc) · 3.71 KB

README.md

File metadata and controls

163 lines (101 loc) · 3.71 KB

logo

Blog App using Rails

📗 Table of Contents

📖 Project Name

Blog App using Rails

About this project

This is a Blogging App built with Rails framework to let users login, add posts, see others posts, comment or like.

🛠 Built With

  • Ruby, Ruby on Rails, JavaScript, HTML, CSS

Key Features

Key features of the application.

  • A full stack blogging app where users can login.
  • Users can add posts, see others posts, comment or like.
  • Users will be able to authenticate their accounts.

(back to top)

💻 Getting Started

To clone the repository in local environment try following steps.

Prerequisites

  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ ruby --version && gem --version

Setup

Clone the repository using this link.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/PrangonGhose/Blogs.git

Get into development

In the terminal, run these commands to get into development.

$ cd Blogs

$ bundle init

$ bundle install (install dependencies)

$ rails server

Usage

This website is applicable for both mobile and desktop version.

Run Test

$ rspec

(back to top)

👥 Authors

👤 Prangon Ghose

(back to top)

🔭 Future Features

  • Removing selected items (book, game, albums)
  • Add genre, label and author to selected items

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Authors would like to thank:

(back to top)

📝 License

This project is MIT licensed.