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

https://github.com/ndohvich/merntchat-main


https://github.com/ndohvich/merntchat-main

bootstrap mongodb nodejs react redux

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# MernTchat-App

Un réseau social interne d'entreprise, moderne et ludique.

## Tech Stack

**Client:**
![ReactJs](https://img.shields.io/badge/reactjs-%2335495e.svg?style=for-the-badge&logo=react-dot-js&logoColor=%234FC08D)

**Server:**
![Node](https://img.shields.io/badge/node.js-%2343853D.svg?style=for-the-badge&logo=node-dot-js&logoColor=white)
![Express](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![MongoDB](https://img.shields.io/badge/node.js-%2300f.svg?style=for-the-badge&logo=nodejs&logoColor=white)

## Fonctionnalités

- création, connexion/déconnexion d'un compte utilisateur
- création de messages
- persistance des données
- rôles : utilisateur
- mot de passe sécurisé
- responsive mobile et tablette
- normes d'accessibilité WCAG

## Installation
### Backend

```bash
npm install
```

Créer un fichier .env dans le dossier du backend en ajoutant vos informations de connexion à la base de données :

Lancer le backend :

```bash
npm run dev
```

### Frontend

```bash
npm install
npm run serve
```