AINO

AINO

None

Stars: 146

Visit
 screenshot

AINO is a no-code system construction platform that includes front-end applications, back-end API services, and database management tools. The project structure consists of AINO-server for back-end API services, AINO-studio for front-end applications, AINO-APP for front-end client applications, docs for project documentation, start-all.sh for one-click starting of all services, stop-all.sh for stopping all services, status.sh for checking service status, and logs for service logs. AINO utilizes Hono + TypeScript + Drizzle ORM for the back-end, Next.js + React + TypeScript for the front-end, PostgreSQL for the database, and pnpm as the package manager.

README:

AINO 项目

AINO 无代码系统构建平台,包含前端应用、后端API服务和数据库管理工具。

项目结构

AINO/
├── AINO-server/          # 后端API服务
├── AINO-studio/          # 前端应用
├── AINO-APP/             # 前台客户端应用
├── docs/                 # 项目文档
├── start-all.sh          # 一键启动所有服务
├── stop-all.sh           # 停止所有服务
├── status.sh             # 查看服务状态
└── logs/                 # 服务日志目录

快速开始

一键启动所有服务

./start-all.sh

这将启动:

查看服务状态

./status.sh

停止所有服务

./stop-all.sh

独立启动服务

启动后端服务

cd AINO-server
pnpm dev

启动前端服务

cd AINO-studio
pnpm dev

启动前台客户端

cd AINO-APP
pnpm dev

启动 Drizzle Studio

cd AINO-server
pnpm studio

服务地址

日志文件

服务日志保存在 logs/ 目录:

  • backend.log - 后端服务日志
  • frontend.log - 前端服务日志
  • aino-app.log - 前台客户端日志
  • drizzle.log - Drizzle Studio 日志

开发说明

  • 后端使用 Hono + TypeScript + Drizzle ORM
  • 前端使用 Next.js + React + TypeScript
  • 数据库使用 PostgreSQL
  • 包管理器使用 pnpm

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for AINO

Similar Open Source Tools

For similar tasks

For similar jobs