https://github.com/iphytech/jobboard
Job board
https://github.com/iphytech/jobboard
Last synced: 3 days ago
JSON representation
Job board
- Host: GitHub
- URL: https://github.com/iphytech/jobboard
- Owner: Iphytech
- Created: 2019-10-04T21:01:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:11:09.000Z (over 3 years ago)
- Last Synced: 2025-02-27T02:34:08.619Z (over 1 year ago)
- Language: Ruby
- Homepage: https://jobads.herokuapp.com/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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).