• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
eddie_walk

eddie_walk

crm_OBUO_FARMS

Public
Like
crm_OBUO_FARMS
Home
Code
3
backend
2
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
6/2/2025
Viewing readonly version of main branch: v5
View latest version
README.md

Fish Farming CRM

A simple CRM application for managing fish farming orders and client information.

Features

  • Order form for collecting client information and order details
  • SQLite database for storing orders
  • Automatic email confirmations to clients
  • Dashboard for viewing past orders
  • RESTful API for order management

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema
│   │   └── queries.ts       # Database operations
│   ├── routes/
│   │   ├── orders.ts        # Order API endpoints
│   │   └── static.ts        # Static file serving
│   └── index.ts             # Main Hono app
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main React app
│   │   ├── OrderForm.tsx    # Order submission form
│   │   └── Dashboard.tsx    # Orders dashboard
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # Frontend entry point
│   └── style.css            # Styles
└── shared/
    └── types.ts             # Shared TypeScript types

API Endpoints

  • POST /api/orders - Create a new order
  • GET /api/orders - Get all orders
  • GET /api/orders/:id - Get specific order
  • GET / - Main dashboard page

Database Schema

Orders table includes:

  • Client information (name, phone, email)
  • Order details (type, quantity, delivery date)
  • Notes and timestamps
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.