|
|
7 mēneši atpakaļ | |
|---|---|---|
| public | 9 mēneši atpakaļ | |
| src | 7 mēneši atpakaļ | |
| .dockerignore | 10 mēneši atpakaļ | |
| .gitignore | 10 mēneši atpakaļ | |
| Dockerfile.development | 9 mēneši atpakaļ | |
| Dockerfile.production | 9 mēneši atpakaļ | |
| LICENSE | 10 mēneši atpakaļ | |
| README.md | 9 mēneši atpakaļ | |
| compose.yaml | 9 mēneši atpakaļ | |
| package-lock.json | 9 mēneši atpakaļ | |
| package.json | 7 mēneši atpakaļ |
SvinChat is a modern, feature-rich chat application built with Node.js and Express. It combines simplicity with powerful functionality, making it an excellent choice for both personal and community use. The application is designed with scalability in mind and includes support for user authentication, real-time messaging, and a clean user interface.
Before you start, ensure you have the following installed on your system:
Clone the repository:
git clone https://github.com/gugdun/svin-chat.git
cd svin-chat
Install the dependencies:
npm install
Create a .env file using the example below:
SESSION_SECRET=...
MESSAGE_SECRET=...
COOKIE_MAX_AGE=2592000000
POSTGRES_DB=db
POSTGRES_PASSWORD=password
POSTGRES_CONNECTION=postgres://postgres:password@postgres:5432/db
To start SvinChat in development mode with Docker Compose:
docker compose --profile dev up -d
This will start the application and automatically rebuild when changes are detected.
For production deployment:
docker compose --profile prod up -d
http://localhost:3000http://localhost:5000Copyright (c) 2025 gugdun
All rights reserved.
This software is proprietary and confidential. Unauthorized copying, distribution, modification, or use of this code, via any medium, is strictly prohibited.
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the author or copyright holder be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.