Skip to content

Commit

Permalink
Feat: ajout du README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteBuvron committed Jun 16, 2023
1 parent 19324a0 commit 6e5f7dd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 17 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[![Build result](https://github.com/BaptisteBuvron/SeeISS/actions/workflows/build.yml/badge.svg)](https://github.com/BaptisteBuvron/web-app-recrutement/actions/workflows/node.js.yml)<img src="https://img.shields.io/badge/JavaScript-323330?style=flat&logo=javascript&logoColor=F7DF1E" alt="JavaScript" width="80"/> <img src="https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white" alt="TypeScript" width="110"/> <img src="https://img.shields.io/badge/Express.js-000000?style=flat&logo=express&logoColor=white" alt="Express.js" width="100"/> <img src="https://img.shields.io/badge/SQL-4479A1?style=flat&logo=sql&logoColor=white" alt="SQL" width="70"/>

# web-app-recrutement

Application Express.js avec TypeScript pour le système de recrutement dans le cadre de l'UV AI16.


## Etudiants
* [Baptiste Buvron](https://github.com/BaptisteBuvron)
* [Soudarsane Tillai](https://github.com/darsane21)


## Clonage du projet
```
git clone https://github.com/BaptisteBuvron/web-app-recrutement.git
cd web-app-recrutement
```

## Configuration de la base de données
1. Créer un fichier `.env` à la racine du projet.
2. Ajouter les paramètres suivants dans le fichier `.env` :
```
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_DATABASE=
```

## Exécution du fichier table.sql
Exécuter le fichier `table.sql` pour initialiser la base de données.

## Installation et exécution

```
cd app
npm install
npm run dev
```

## License
Ce projet est sous license GNU General Public License (GPL). Veuillez consulter le fichier [LICENSE](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) pour plus d'informations.
17 changes: 0 additions & 17 deletions app/README.md

This file was deleted.

0 comments on commit 6e5f7dd

Please sign in to comment.