Skip to content

chat-ethora is a chat created due to a communication need during my internship, where I lost access to Teams and was left without communication

Notifications You must be signed in to change notification settings

eduabdala/tool-chat-ethora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Ethora

Project Status Version License Build


Description

Chat Ethora is a simple chat system using Node.js + Express for the backend and a separate frontend application.


Table of Contents


Project Structure

chat-ethora/
│
├── backend/       # Backend TypeScript + Express + TypeORM
├── database/      # PostgreSQL Database
├── frontend/      # Frontend (React or any framework)
└── README.md      # This file

Requirements

  • Node.js (recommended version 18+)
  • Yarn or npm
  • Docker (optional, for database)

Getting Started

git clone https://github.com/eduabdala/chat-ethora.git
cd chat-ethora

Backend Setup

cd backend
cp .env.example .env
yarn install
yarn dev

Frontend Setup

cd frontend
yarn install
yarn start

Contact


Keep the README updated with badges, version, and project status.

About

chat-ethora is a chat created due to a communication need during my internship, where I lost access to Teams and was left without communication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published