Skip to content

Doode1524/rails-CMS

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published