/Railsblog

Primary LanguageRubyMIT LicenseMIT

Railsblog

logo

📗 Table of Contents

📖 Railsblog

Railsblog is a web app that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

🛠 Built With

Tech Stack

This project was implemented using:

Client
Server
Database

Key Features

  • Can persist user data to database
  • Can persist posts data to database
  • Can persist comments and likes database

(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 to have installed:

  • You’ll need to have Ruby and Rails on your machine.

Optionally, in order to modify this project you should to have installed:

Setup

To clone this repository to your desired folder:

  • You can download the Zip file from the GitHub repository, or clone the repository with:
git clone git@github.com:GhislainMitahi/Railsblog.git
  • Access the cloned directory with:
cd Railsblog
  • Open it with your favorite code editor or with the live server

Usage

To run the project, execute the following command in the project directory:

rails server

(back to top)

👥 Authors

👤 GHislain Mitahi

👤 Biruk Bereka

(back to top)

🔭 Future Features

We will implement this on the future:

  • Users can login to blog app
  • Users can add a post
  • Users can see a post list

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • Hat tip to anyone whose code was used.
  • Thanks for all the curated content that was provided to us.
  • Thanks to my learning and coding partners for all their support.

(back to top)

📝 License

This project is MIT licensed.

(back to top)<