Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sg-milad/simple-chat-app


https://github.com/sg-milad/simple-chat-app

Last synced: about 2 months ago
JSON representation

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
```