/Blogify

Blogify is a web application that allows users to create and share their blog posts with others

Primary LanguageRubyMIT LicenseMIT

BLOGIFY

📗 Table of Contents

📖 Blogify

Blogify is a web application that allows users to create and share their blog posts with others. It provides a platform for individuals to express their thoughts, ideas, and expertise in various topics. Users can sign up, create their profile, and start writing and publishing their blog posts.

🛠 Built With

Tech Stack

Backend Database

Key Features

  • Using RoR to structure the project.

(back to top)

💻 Getting Started

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

Prerequisites

Make sure you have Ruby and Ruby on Rails installed on your computer before running the project. To check if you have Ruby installed, open your console and run the command ruby -v.

If Ruby is not installed, follow the instructions below based on your operating system:

Windows Follow the tutorial for installing Ruby on Windows.

MacOS Run the following commands to install Ruby using Homebrew:

  brew install rbenv ruby-build
  echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
  source ~/.bash_profile

  # Install Ruby
  rbenv install 3.0.1
  rbenv global 3.0.1
  ruby -v

To install Ruby on Rails, run:

  gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/federicaulzurrun/Blogify.git

Install

Install this project with:

  bundle install 

Usage

  rails s

Run tests

To run tests, run the following command:

  rspec spec

Deployment

To deploy the project locally, run the following command:

  rails s

👥 Authors

👤 Federica Ulzurrun

👤 Nshanji Hilary Ndzi

(back to top)

🔭 Future Features

  • [Developing the UI]
  • [Deploying the site]

(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 give it a start!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for allowing me to make this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)