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.
-
Clone GitHub repository. [email protected]:Doode1524/rails-CMS.git
-
Run bundle install inside the project folder
$ bundle install
- Create, migrate, and seed our database using rails.
$ rails db:create $ rails db:migrate $ rails db:seed (this will load Api)
- uncomment Api.load_data in Articles controller, index action.
- Run rails s inside the project folder's console
$ rails s
-
Navigate to your browser and enter the rails localhost server (default: localhost:3000).
-
Signup and create a user account.
-
Log in with the credentials entered.
-
Browse articles and argue with others!