Article hub would help you to create new articles using rich text editor. User can search articles by Author, Title, Text and categories.
Please find technical details below
-
Ruby version : Ruby 2.7.0
-
Rails Version : Rails 6.0.2
-
Database: PostgreSQL
Steps to setup the project
-
Clone the repository
-
Go to project directory
-
Run
gem install bundler
command to install bundler gem -
Run
bundle install
command to install all the gems -
Run
yarn install
command to install all the packages -
Configure your
databasy.yml
file -
Run
rails db:setup
command to create and run migration -
Run
rails server
command to run the server and visitlocalhost:3000
in your web browser.
Visit application at : https://myarticlehub.herokuapp.com/