Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sihamouda/rt4-chatapp


https://github.com/sihamouda/rt4-chatapp

Last synced: 10 days ago
JSON representation

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