Go to file
2024-05-13 00:59:33 +02:00
__tests__ ajout test 2024-05-12 23:25:05 +02:00
.husky test 2024-03-27 10:51:41 +01:00
.vs room list and create room 2024-05-13 00:13:52 +02:00
e2e-tests test 2024-03-27 10:51:41 +01:00
src fix date reset 2024-05-13 00:59:33 +02:00
tests test 2024-03-27 10:51:41 +01:00
tests-examples test 2024-03-27 10:51:41 +01:00
.env test 2024-03-27 10:52:34 +01:00
.env.example test 2024-03-27 10:51:41 +01:00
.eslintrc.cjs test 2024-03-27 10:51:41 +01:00
.gitignore test 2024-03-27 10:51:41 +01:00
.lintstagedrc.json test 2024-03-27 10:51:41 +01:00
index.html test 2024-03-27 10:51:41 +01:00
package-lock.json premier commit final 2024-05-13 00:33:13 +02:00
package.json room list and create room 2024-05-13 00:13:52 +02:00
playwright.config.js test 2024-03-27 10:51:41 +01:00
ProjetBut3.postman_collection.json test 2024-03-27 10:51:41 +01:00
README.md commented a tests file for security reasons. Updated README 2024-05-11 22:53:06 +02:00
vite.config.js tests & image-request on google & inspirobot & front 2024-05-11 22:37:32 +02:00
vitest.config.js test 2024-03-27 10:51:41 +01:00

Projet BUT 3

made by : Simon CATANESE Julien CHARBONNEL Victor DESCAMPS

Tests warning :

the tests sheet 'api/image-request.test.jsx' was commented out to avoid over-sending requests to the google API during development. Remember to uncomment the file if you want to run all the tests once, but remember to recomment the file if you want to run a series of tests. An over-sending of requests could get us blocked for the day by google.

Run Locally

Clone the project

  git clone gitea@dwarves.iut-fbleau.fr:legrelle/Projet-dev-but3-2024.git

Go to the project directory

  cd Projet-dev-but3-2024

Install dependencies

  npm i

Start the front-end

  npm run dev

API Reference

API Documentation : [Postman]([Postman documentation url])