https://github.com/ndohvich/merntchat-main
https://github.com/ndohvich/merntchat-main
bootstrap mongodb nodejs react redux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndohvich/merntchat-main
- Owner: ndohvich
- Created: 2023-05-12T17:04:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T20:39:53.000Z (about 3 years ago)
- Last Synced: 2025-06-10T22:51:24.317Z (about 1 year ago)
- Topics: bootstrap, mongodb, nodejs, react, redux
- Language: JavaScript
- Homepage: https://mern-tchat-main.vercel.app
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MernTchat-App
Un réseau social interne d'entreprise, moderne et ludique.
## Tech Stack
**Client:**

**Server:**



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