Chat Ethora is a simple chat system using Node.js + Express for the backend and a separate frontend application.
chat-ethora/
│
├── backend/ # Backend TypeScript + Express + TypeORM
├── database/ # PostgreSQL Database
├── frontend/ # Frontend (React or any framework)
└── README.md # This file
- Node.js (recommended version 18+)
- Yarn or npm
- Docker (optional, for database)
git clone https://github.com/eduabdala/chat-ethora.git
cd chat-ethoracd backend
cp .env.example .env
yarn install
yarn devcd frontend
yarn install
yarn start- GitHub: eduabdala
- Email: [email protected]
Keep the README updated with badges, version, and project status.