Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sg-milad/simple-chat-app
https://github.com/sg-milad/simple-chat-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sg-milad/simple-chat-app
- Owner: sg-milad
- Created: 2024-11-18T18:46:45.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T19:42:49.000Z (about 2 months ago)
- Last Synced: 2024-11-18T20:44:24.582Z (about 2 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ![nestjs32x32](https://github.com/imanhpr/nest-assignment/assets/56130647/facef099-7c17-4d9c-ae36-84265b05e31a) simple chat
## this task done for [novin.dev](https://novin.dev/)
## How To Run The Project ?please copy and past these commands
```
~ cp .env.dev .env
~ docker compose up
```## Documentation
after build please open [localhost](http://localhost:3000/docs).
or you can import [docs](https://github.com/sg-milad/simple-chat-app/blob/master/docs-json.json) to postman## tests
```
~ pnpm test
```