elct9620 / FiveFood

五食,每個上班族必備的午餐決策系統。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiveFood

Requirements

  • Ruby 2.4+
  • Node 8.0+
  • PostgreSQL 9.6
  • Yarn

Usage

TODO

Development

Get the repository

$ git clone git@github.com:elct9620/FiveFood.git

Setup

$ bin/setup

Running

In development, you'll need to run bin/rails server with bin/webpack-dev-server to have the app/javascript/packs/*.js files be compiled as you make changes, and bin/relay-compiler if you change the GraphQL schema or any graphql tags in any JavaScript files.

If you'd rather not have to run the two processes separately by hand, you can use Foreman:

$ bin/foreman start

The default port of the Rails Server is 5000.

About

五食,每個上班族必備的午餐決策系統。

License:Apache License 2.0


Languages

Language:Ruby 68.8%Language:JavaScript 12.5%Language:HTML 10.5%Language:Vue 8.1%Language:CSS 0.1%