Giter Club home page Giter Club logo

agriconnect's Introduction

N|Solid

AGRICONNECT

Codacy Badge Codacy Badge

About

This is a project for team 162,we are creating a solution that will give local farmers access to advanced farming practices. This involves offering expert advice and platform for discussions.

Why

This project is born out of farmers lacking necessary information to engage in better informed farming activities.

Usage

This is Python 3/ Django 3.0 project implementation. Necessary prerequisites are necessary to support the development , testing and deployment of the project.

Python 3

Install Python 3.0 from Python download page

Install Dependencies

The project requirements have defined in the requirements.txt file.

pip install -r requirements.txt

Running

Simply run the development server in the project root;

python manage.py runserver

First Time Usage

To run the application for the first time after cloning:

# Make migrations
python manage.py makemigrations

# Apply migrations
python manage.py migrate

# Create super user
python manage.py createsuperuser

# Load initial default data (if present) in the fixtures directory
python manage.py loaddata fixture

# runserver
python manage.py runserver

Testing

The tests are ran with the help of py.test;

pytest

Authors

The following are the authors of this awesome solution;

  1. Virginiah Periah

  2. Harison Mwangi

  3. Sherline Kinyanjui

  4. Cyrus Mushier | LinkedIn | Twitter

Contributing

To contribute to the project, kindly go through the CONTRIBUTING.md guidelines for more information.

Contributing Basics

  1. All development work should be from a branch targeting the dev branch as the main development target.
  2. All test across the project MUST be running for the work to be accepted.
  3. Maintain tests coverage of at least 85% with your feature contributions.

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.