Skip to content

"Blogtalk" is a Ruby on Rails project that allows authenticated users to post blogs, add comments and like a blog.

License

Notifications You must be signed in to change notification settings

ometman/blogtalk

Repository files navigation

Blogtalk: Ometman

logo

Blogtalk: by Ometman

"Blogtalk" is a beautiful and powerful Rails project for blog lovers. As a Ruby on Rails project it utilizes PostgreSql as the relational database management system for managing blog users and relative data. Blogtalk allows user log in and logout, creation of users, creation of blogs, posting of blogs and commenting on blogs. The power of rails is employed to build models, controllers and views that allows easy CRUD funtionality to be performed on blogs. Built on a simple Entity Relational Diagram it has a simple UI for a rich UX. What more? Enjoy it to discover!

πŸ“— Table of Contents

πŸ“– Blogtalk

A Demo Video: Introduction to this Project --coming soon

The project includes designs for two different screen sizes.

  • Accessible on any screen.
  • Better view on Ipads and Desktop systems

Project Brief :

  • It is a Ruby on Rails Project
  • It is built on a real-life data structure by Microverse.
  • It is a Relational Database system
  • It uses Postgresql.
  • It is ACID ( Atomicity, Consitency, Isolation, Durablity) compliant.
  • It perform CRUD functionality in user-specific blogging.

πŸ›  Built With

Tech Stack

Client
  • Ruby on Rails
  • Postgresql
  • Database Management Server funtionalities
  • Real-life structure
  • Styelint and Rubocop for best practices
  • Rspec for testing
Server
  • PostgreSql Server
  • Github Servers
  • Rails Server
  • PostgreSql Database

Key Features

  • Conversion of a real wireframe using Rails*
  • Creating a User
  • Creating, querying, updating and auditing blogs by database
  • Schema development and application in migration
  • Create blogs, likes and comments

(back to top)

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

Setup

Install Packages and Run Tests

Run npm install to set up the required packages.

bash > npm install

Run Tests To run tests run the following command in your terminal Rspec

Run Linters

  • You can also check linter errors

  • Make sure Rubocop and stylelint are installed Install Rubocop, run the following command:

    gem install --no-document rubocop -v '>= 1.0, < 2.0'
    

    Install Stylelint, run the following command:

  • Now, run the following:

    npx stylelint "**/*.{css,scss}"
    
    npx eslint "**/*.{js,jsx}"
    

Usage

To run the project locally, execute the following command:

  • Start and login to the database server (for Windows):

    run psql
    

    Or start PgAdmin

  • Launch the app with the following command to start the rails server: rails s

  • Voila! Now, go to the browser and enter: localhost:3000 or 127.0.0.1:3000

Deployment

You can deploy this project using:

  • GitHub Pages from a specific branch (e.g. main).
  • You can also used any cloud service like gcloud or Azure.
  • A deployed version can be found here: [https://... (Coming Soon)

(back to top)

Authors

πŸ‘€ Omet Omeni (Ometman)

πŸ‘€ Ahmed (newtonah0)

(back to top)

πŸ”­ Future Features

  • Advance blog categorization and tagging
  • Improving UI design
  • Adding a help information
  • Adding contact information

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

As a tech enthusiast, your support is always appreciated. If you like this project please do let us know with your support in any way you see fit.

(back to top)

πŸ™ Acknowledgments

I would like to thank especially Microverse for inspiring this project & project guidelines.

(back to top)

❓ FAQ

  • Can I fork this project?

    • Yes, feel free to fork and knock yourself out :) .
  • Can I share this project with others?

    • Yes, you can share this project for any educational purposes.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

"Blogtalk" is a Ruby on Rails project that allows authenticated users to post blogs, add comments and like a blog.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published