Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 804 Bytes

README.md

File metadata and controls

41 lines (19 loc) · 804 Bytes

DivisioN

Division is an app where users can view news articles from around the world, and have discussions with other users on topics they find interesting.

Installation

  1. Clone GitHub repository. [email protected]:Doode1524/rails-CMS.git

  2. Run bundle install inside the project folder

$ bundle install

  1. Create, migrate, and seed our database using rails.

$ rails db:create $ rails db:migrate $ rails db:seed (this will load Api)

  1. uncomment Api.load_data in Articles controller, index action.

Usage

  1. Run rails s inside the project folder's console

$ rails s

  1. Navigate to your browser and enter the rails localhost server (default: localhost:3000).

  2. Signup and create a user account.

  3. Log in with the credentials entered.

  4. Browse articles and argue with others!