Skip to content

lmbautista/plantcare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plantcare

💚 🪴   We help you to maintain and to improve your cute green place taking care of your plants remotely 💧 💚

Getting started

Prerequisites

The setup steps expect following tools installed on the system.

1. Clone the repository

git clone git@github.com:organization/project-name.git

2. Create database.yml file

Export env variables existing in config/database.yml

export MYSQL_HOST=your_mysql_host \
export MYSQL_USER=your_mysql_user \
export MYSQL_ROOT_PASSWORD=your_mysql_root_password

3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:setup

4. Clone the Plantcare API backend repository

# Currently private