An open API service indexing awesome lists of open source software.

https://github.com/wazery/h-task-be


https://github.com/wazery/h-task-be

magazine rails task

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Painter task

You can find it in a [submodule](https://github.com/wazery/painter-task/tree/5d8dd612b7dbb3f5c2ecd3f073a404e47d73c348) from this repo.

**Tentative Time:** 1.5 hours

# Backend Rails Task

## Heroku Deployed version

You can just go to this [Heroku application](http://h-task-be.herokuapp.com) to check the deployed version.

## Setup

1. bundle
2. rake db:migrate
3. rake db:seed
4. rails s

**Note:** Please make sure your Postgres is up and running.

**Tentative Time:** 3 - 4 hours (have done lots of things while working in parallel :D)