33 lines
375 B
Markdown
33 lines
375 B
Markdown
|
|
||
|
# Projet BUT 3
|
||
|
|
||
|
## Run Locally
|
||
|
|
||
|
Clone the project
|
||
|
|
||
|
```bash
|
||
|
git clone gitea@dwarves.iut-fbleau.fr:legrelle/Projet-dev-but3-2024.git
|
||
|
```
|
||
|
|
||
|
Go to the project directory
|
||
|
|
||
|
```bash
|
||
|
cd Projet-dev-but3-2024
|
||
|
```
|
||
|
|
||
|
Install dependencies
|
||
|
|
||
|
```bash
|
||
|
npm i
|
||
|
```
|
||
|
|
||
|
Start the front-end
|
||
|
|
||
|
```bash
|
||
|
npm run dev
|
||
|
```
|
||
|
|
||
|
## API Reference
|
||
|
|
||
|
API Documentation : [Postman]([Postman documentation url])
|