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
- Host: GitHub
- URL: https://github.com/harryandriyan/koontak
- Owner: harryandriyan
- Created: 2017-09-25T14:36:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T07:06:19.000Z (almost 9 years ago)
- Last Synced: 2025-10-08T23:11:45.285Z (9 months ago)
- Topics: rails, rails5, ruby
- Language: Ruby
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koontak
Kontak App built with Ruby on rails

## 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
``