https://github.com/azizbenismail/talent.ia
https://github.com/azizbenismail/talent.ia
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/azizbenismail/talent.ia
- Owner: AzizBenIsmail
- Created: 2025-04-14T11:11:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T11:34:32.000Z (about 1 year ago)
- Last Synced: 2025-04-14T12:35:54.087Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projet Express.js
Un projet Express.js simple et configuré.
## Installation
1. Clonez ce dépôt
2. Installez les dépendances :
```bash
npm install
```
## Démarrage
Pour démarrer le serveur en mode développement :
```bash
npm run dev
```
Pour démarrer le serveur en mode production :
```bash
npm start
```
## Structure du projet
- `app.js` : Point d'entrée de l'application
- `.env` : Variables d'environnement
- `package.json` : Configuration du projet et dépendances