/blog-dev

The Blog-dev is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Blog-dev

The Blog-dev is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes data model creation, model validations and specs, processing data in models, setting up controllers, creating controller specs, building views and forms, fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints. The final exercise involves creating API documentation.

🛠 Built With

Tech Stack

Server
Database

Key Features

  • Use database migrations
  • Blog webapp

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

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Trast00/blog-dev.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails rspec spec

(back to top)

👥 Authors

👤 Dicko Allasane

👤 Prantosh Biswas

👤 Tsohle Mokhemisi

(back to top)

🔭 Future Features

  • Create the website front-end
  • Add Blogs features

(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 leave a start to support

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this great learning experience !

(back to top)

📝 License

This project is MIT licensed.

(back to top)