Giter VIP home page Giter VIP logo

gromari's Introduction

gromari

Gromari is an app that allows for the management of plant grow rooms. Each room has a list of plants and equipment contained within. A journal system is available to track plant progress, watering, fertilization, etc. Tags are used to organize grow activites. Gromari is written in Python using Django.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

The app is built using Docker containers and the docker-compose utility.
Docker can be obtained here: https://www.docker.com/get-started
Docker Compose is available here: https://docs.docker.com/compose/

Running

Clone the repository and change directory into the root for the source.
You will need to make 2 environment files and place them in the root of the source directory. Name the first file postgres-variables-dev.env and add the following line:

POSTGRES_PASSWORD=putYourPostgresPasswordHere

Name the second file web-variables-dev.env and add the following lines:

PYTHONUNBUFFERED=1 DATABASE_NAME=postgres DATABASE_USER=postgres DATABASE_PASSWORD=putYourPostgresPasswordHere DATABASE_HOST=db DJANGO_SETTINGS_MODULE=gromari.settings

From within the source code directory run the following command: docker-compose -f docker-compose.yml up

Running the tests

docker exec gromari-web coverage run --source='.' manage.py test --noinput

Built With

Authors

  • Randy Olive - Design & Code

Acknowledgments

gromari's People

Contributors

randy-jr-olive avatar

Stargazers

Darren Bennett avatar

Watchers

 avatar

Forkers

browell93

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.