Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

About

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

  1. Clone the repository

  2. Go to project directory

  3. Run gem install bundler command to install bundler gem

  4. Run bundle install command to install all the gems

  5. Run yarn install command to install all the packages

  6. Configure your databasy.yml file

  7. Run rails db:setup command to create and run migration

  8. Run rails server command to run the server and visit localhost:3000 in your web browser.

Visit application at : https://myarticlehub.herokuapp.com/

You can’t perform that action at this time.