Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearury/nestjs-websocket
test-project
https://github.com/bearury/nestjs-websocket
Last synced: 15 days ago
JSON representation
test-project
- Host: GitHub
- URL: https://github.com/bearury/nestjs-websocket
- Owner: bearury
- Created: 2023-10-13T18:34:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T09:20:01.000Z (7 months ago)
- Last Synced: 2024-12-17T07:22:13.794Z (23 days ago)
- Language: TypeScript
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Messenger AIP
## 📜 Description
### Instant messaging application, supports:
- user registration and authorization in the system (JWT Auth)
- searching and adding users as friends
- exchanging messages with users (via websocket)
- swagger documentation support
- database - `PostgreSQL`## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```### The application will start on port 8080
#### Go to http://localhost:8080/api to access the application documentation (Swagger).
### ❗ Since the database is located on the free service https://render.com, there is a probability of a connection error to the database (due to the expiration of the free tariff). For further possibility of testing the application, please [contact me](https://t.me/Medvedev_ya)