https://github.com/wazery/h-task-be
https://github.com/wazery/h-task-be
magazine rails task
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wazery/h-task-be
- Owner: wazery
- License: mit
- Created: 2017-02-22T06:57:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T02:05:40.000Z (about 8 years ago)
- Last Synced: 2025-01-28T18:15:05.869Z (9 months ago)
- Topics: magazine, rails, task
- Language: Ruby
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)