Skip to content

feed-mob/EchoMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoMind

EchoMind is a separated frontend/backend project organized into api (server) and web (frontend).

Demo

Project Structure

  • api/: Backend service code (Bun + TypeScript), providing APIs and business logic.
  • web/: Frontend app code (Vite + TypeScript), providing the user interface.
  • packages/: Reserved shared package directory (for common types, utilities, SDKs, etc.).
  • CLAUDE.md: Project collaboration and development conventions.

Quick Start

1) Start the Backend

cd api
bun install
bun run dev

Default URL: http://localhost:3000

2) Start the Frontend

cd web
bun install
bun run dev

Default URL (Vite): usually http://localhost:5173

Subdirectory Documentation

  • See api/README.md for API details.
  • See web/README.md for Web details.

Separate Coolify Deployment (Nixpacks)

Create two services in Coolify from the same repository, with different Base Directories:

  • API Service
    • Build Pack: Nixpacks
    • Base Directory: api
    • Port: 3000
  • Web Service
    • Build Pack: Nixpacks
    • Base Directory: web
    • Port: 3000 (the port used by vite preview inside the container)

This repository already includes independent build/start settings in api/nixpacks.toml and web/nixpacks.toml, and Coolify will load them automatically based on each directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors