Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/oishinbo
Lunch Map Application
https://github.com/sota1235/oishinbo
Last synced: about 12 hours ago
JSON representation
Lunch Map Application
- Host: GitHub
- URL: https://github.com/sota1235/oishinbo
- Owner: sota1235
- Created: 2015-07-22T04:46:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T14:56:50.000Z (almost 9 years ago)
- Last Synced: 2023-08-05T20:12:06.910Z (over 1 year ago)
- Language: Ruby
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Oishinbo
====[![Build Status](https://travis-ci.org/sota1235/Oishinbo.svg)](https://travis-ci.org/sota1235/Oishinbo) [![Coverage Status](https://coveralls.io/repos/sota1235/Oishinbo/badge.svg?branch=master&service=github)](https://coveralls.io/github/sota1235/Oishinbo?branch=master)
ランチマップをつくろう
### Description
社内の人と気軽にランチに行けるようなマップを作ります。
### Demo
### VS.
### Requirement
- Ruby 2.2.2
- Sinatra 1.4.6
- MySQL### Usage
### Install
- Clone the repository
```
$ git clone [email protected]:sota1235/Oishinbo.git$ cd Oishinbo
$ bundle install --path vendor/bundle
```- Bower install
You need [bower](https://github.com/bower/bower).
```
$ npm install -g bower$ bower install
```- Edit `.env`.
You can use `.env.example`!! Copy the file and edit it as `.env`.
```
$ cp .env.example .env$ vim .env
```- Migration
```
# Migration
$ bundle exec rake db:migrate:status
$ bundle exec rake db:migrate# add seed data
$ bundle exec rake db:seed# Confirmation
$ bundle exec rackup -o 0.0.0.0
```Access `http://{localhost or IP}:9292/test`
### Contribution
### Licence
This software is released under the MIT License, see LICENSE.txt.
### Author
[@ktarow](https://github.com/ktarow)
[@YuyaAbo](https://github.com/YuyaAbo)
[@sota1235](https://github.com/sota1235)