Prashant528 / krishi

Krishi app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Krishi App

This application is developed on top of Django, which lets the farmers look at the produces that they can generate in their areas.

Winner Application (First Prize and Most Organic Code) in a one-day coding competition organized by Boston International College.

How to run?
  1. Open a shell in the current folder
  2. Create a new virtual env

python3 -m venv env

  1. Enter virtual env

source env/bin/activate

  1. Install requirements

pip install -r requirements.txt

  1. Migrate database

python manage.py makemigrations

python manage.py migrate

  1. Run

python manage.py runserver

Developed By: Sandesh Bhusal Prasanga Dhungel Prashant Tandan

About

Krishi app


Languages

Language:JavaScript 47.9%Language:CSS 37.5%Language:Python 7.5%Language:HTML 7.1%