/Salwa-Blog

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

Blog app 📝

Blog app: is a fully functional rails application showcasing a list of posts and enabling reader interaction through comments and post liking will be developed as a classic example of a blog website.

- Tech Stack

Client
Testing
Linter

Key Features

  • Sign up or log in
  • Create a post
  • Add comments or like a post

(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] (https://rubyonrails.org/), and [postgres] (https://www.postgresql.org/) installed on your machine.

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Salwa99/Salwa-Blog.git
  cd Salwa-Blog

Installation

Install this project with:

  bundle install

database

Create databases and run the migrations with:

  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails db:create RAILS_ENV=test
  rails db:schema:load RAILS_ENV=test
  bundle exec rspec

(back to top)

✍️ Authors

👤 Salwa Ballouti:

👤 Billal Chami:

👤 Sabi Mantock

(back to top)

🔭 Future Features

  • Add authentification
  • Add UI
  • Create API

(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 consider giving it a 🌟.

(back to top)

🙏 Acknowledgments

We would like to thank microverse for serving this opprtunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)