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%
| backend | ||
| frontend | ||
| .env.example | ||
| .gitignore | ||
| docker-compose.yml | ||
| README.md | ||
| TODO.md | ||
EncChat
A (soon to be encrypted) anonymous chat application
Running
Development
- Copy the
backend/.env.development.examplefile tobackend/.env.development - Modify any values for development
- Copy the
frontend/.env.development.examplefile tobackent/.env.development - Modify any values for development
- Run the backend:
cd backend && uv run fastapi dev - Run the frontend:
cd frontend && deno run dev