Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sihamouda/rt4-chatapp
https://github.com/sihamouda/rt4-chatapp
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sihamouda/rt4-chatapp
- Owner: sihamouda
- Created: 2024-01-15T20:40:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T21:52:58.000Z (10 months ago)
- Last Synced: 2024-02-02T22:51:38.692Z (10 months ago)
- Language: TypeScript
- Size: 34.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App
## Description
Chat App - University Project
## Installation
```bash
$ cd api && npm install
$ cd web && npm install
```## Running the backend
```bash
# start the app
$ make start# stop the app
$ make stop# destroy the app volumes
$ make destroy
```## Web interfaces for dev env only
mongo-express: http://localhost:8081
minio: http://localhost:9000