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

https://github.com/iphytech/jobboard

Job board
https://github.com/iphytech/jobboard

Last synced: 3 days ago
JSON representation

Job board

Awesome Lists containing this project

README

          

# RAILS JOB BOARD

This is a clone of [Remote ok](https://remoteok.io)

### Getting started

Clone this repo and Create DB

```bash
git clone https://github.com/Iphytech/jobboard.git
cd jobboard
rails db:create
rails db:migrate
```

### Install Dependencies and Do Configuration

```bash
bundle install
```
* Setup Bootstrap
* Setup Simple form with Bootstrap
* Setup Devise
* Setup Active Storage and mini magick

### Run the application

To run the application, start it as a normal Rails app:

```bash
rails server
```

Then visit [http://localhost:3000](http://localhost:3000).