/nouyuu

Nouyuu is a web-app that helps people interested in start a garden and/or manage their gardens.

Primary LanguageRuby

📚 Nouyuu (農友)

Currently some features work only for Japan

nouyuu crop recommendations nouyuu garden index nouyuu garden show

Nouyuu is a web application that looks to help people start a garden and manage it, or help people already gardening to manage theirs. It has a crops database with relevant information and makes recommendations based on your location and season.


App home: https://www.nouyuu.com

Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key
WEATHER_API = "your_open_weather_key"

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Team Members

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.