A (soon to be encrypted) anonymous chat.
  • Python 51.7%
  • TypeScript 34.8%
  • Dockerfile 4.6%
  • JavaScript 3.7%
  • CSS 2.5%
  • Other 2.7%
Find a file
2025-11-24 01:35:17 -05:00
backend feat: Username length limiting 2025-11-24 01:35:17 -05:00
frontend feat: Username length limiting 2025-11-24 01:35:17 -05:00
.env.example feat: Username length limiting 2025-11-24 01:35:17 -05:00
.gitignore feat: Username length limiting 2025-11-24 01:35:17 -05:00
docker-compose.yml feat: Username length limiting 2025-11-24 01:35:17 -05:00
README.md feat: Username length limiting 2025-11-24 01:35:17 -05:00
TODO.md chore: Add todo item 2025-11-04 21:11:18 -05:00

EncChat

A (soon to be encrypted) anonymous chat application

Running

Development

  1. Copy the backend/.env.development.example file to backend/.env.development
  2. Modify any values for development
  3. Copy the frontend/.env.development.example file to backent/.env.development
  4. Modify any values for development
  5. Run the backend: cd backend && uv run fastapi dev
  6. Run the frontend: cd frontend && deno run dev