Created by: Bryan Arboleda Heroku link: https://batch9-journal-app.herokuapp.com Project name: Journal App

Root/Log in page

Credentials: Email: jbdarboleda@gmail.com Password: test1234

image

Sign up page

  • All fields are required
  • Password minimum of 6 characters

image

User home page

image

Navigation bar

  • Click Journal App on the left side to return to home page

image

  • On the right side of navigation bar you can see user's name, if you click it there's a dropdown where you can log out

image

Categories

  • Display cards of all categories
  • Each category cards has VIEW, EDIT, DELETE and VIEW TASKS

image

Category > VIEW

image

Category > EDIT

image

Category > DELETE

image

Category > SHOW TASKS

image

API Wrapper using Rawg IO

First register to https://rawg.io get your API key and use it in your configuration

Resources:

https://rawg.io/apidocs

https://api.rawg.io/docs/

Setup:

Add rest-client to gemfile

gem 'rest-client', '~> 2.0.1'

Run bundle install

Available routes:

api/creator-roles

api/creators

api/developers

api/genres

api/platforms

api/publishers

Test:

To test out make sure your server is running

rails s

In testing I highly suggest to use postman.