Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add Jeloumy/MDF272_SkillMatch_Jeremy-Duflot
Or install specific skill: npx add-skill https://github.com/Jeloumy/MDF272_SkillMatch_Jeremy-Duflot
# README.md
SkillMatch API (MDF272)
API de matching entre Freelances et Entreprises réalisée par Jérémy Duflot.
🛠 Technologies
- Node.js & Express
- TypeScript
- Prisma ORM (PostgreSQL)
🚀 Installation
-
Cloner le projet
```bash
git clone https://github.com/TonPseudo/MDF272_SkillMatch_Jeremy-Duflot.git
cd MDF272_SkillMatch_Jeremy-Duflot
``` -
Installer les dépendances
```bash
npm install
``` -
Configurer l'environnement
Renommez le fichier.env.exampleen.envet ajoutez votre URL de base de données :
```env
DATABASE_URL="postgresql://user:password@localhost:5432/skillmatch_db"
``` -
Lancer les migrations (Base de données)
```bash
npx prisma migrate dev
``` -
Démarrer le serveur
```bash
npm start
```
🧪 Tester l'API
Le serveur se lance sur http://localhost:8000.
Les requêtes .http sont disponibles dans le dossier requests/ (ou à la racine) pour tester les endpoints.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.