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

https://github.com/harryandriyan/koontak

Kontak App built with Ruby on rails
https://github.com/harryandriyan/koontak

rails rails5 ruby

Last synced: 2 months ago
JSON representation

Kontak App built with Ruby on rails

Awesome Lists containing this project

README

          

# Koontak

Kontak App built with Ruby on rails

![alt text](https://preview.ibb.co/kUk0r5/Koontak.png "Koontak app preview")

## Installation
Make sure your machine has `libmysqlclient-dev` and set the mysql config at `config/database.yml`
```
git clone https://github.com/harryandriyan/koontak.git
cd koontak
bundle install
rake db:migrate
rails server
``