Skip to content

r01db24/soil-health-app

Repository files navigation

Full-stack Django + React Monorepo (Tailwind, JWT, Onboarding, Contracts)

Quickstart (venv + VS Code)

# 1) Create venv at repo root
python3 -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts�ctivate

# 2) Backend
cd backend
cp .env.example .env  # edit secrets
pip install -r requirements.txt
export DJANGO_SETTINGS_MODULE=config.settings.local  # Windows: set env
python manage.py migrate
python manage.py runserver

# 3) Frontend (new terminal)
cd frontend
npm install
npm run dev

Contracts

  • Backend exposes schema at /api/schema/
  • npm run generate:client writes to frontend/api-client/index.ts

About

This is the final project of the soil health app (started: 2026/01)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors