Go to file
Guillaume Dorce bc1f1731d2 fix package.json scripts 2022-10-28 10:21:57 +02:00
client fix scrolltobottom button pos 2022-10-28 10:05:21 +02:00
prisma check if user is creator and prevent role change for him 2022-10-14 15:02:33 +02:00
src fix start and build 2022-10-21 17:04:10 +02:00
.env.example add parameter for db token checking 2022-08-26 15:53:17 +02:00
.eslintrc.json first commit with back using express prisma ts, and front vite react ts 2022-08-15 18:57:25 +02:00
.gitignore fix problem with multer 2022-08-27 17:05:38 +02:00
.prettierrc first commit with back using express prisma ts, and front vite react ts 2022-08-15 18:57:25 +02:00
README.md update readme instructions 2022-10-28 09:31:22 +02:00
package.json fix package.json scripts 2022-10-28 10:21:57 +02:00
pnpm-lock.yaml fix start and build 2022-10-21 17:04:10 +02:00
tsconfig.json fix start and build 2022-10-21 17:04:10 +02:00

README.md

Groupomania

Instructions

  1. Clonez le dépôt git en éxécutant git clone https://github.com/polynux/groupomania-openclassrooms.

  2. Executez cd groupomania-openclassrooms puis npm install.

  3. Pour compiler les fichiers, éxecutez npm run build.

  4. Enfin, pour démarrer le serveur, éxecutez npm start.

  5. Pour accéder à l'application, rendez-vous sur http://localhost:5173.

Programme exécutable

  1. Téléchargez le programme exécutable pour Windows en cliquant ici.

  2. Décompressez le fichier groupomania-release-1.0.zip.

  3. Lancez le programme groupomania.exe.

Si vous souhaitez compiler le programme exécutable, vous pouvez suivre les instructions suivantes :

Executez cd groupomania-openclassrooms/client puis npm install, puis npm run build:neu.

Le programme exécutable se trouve dans le dossier groupomania-openclassrooms/client/dist.

TODO

  • Régler un problème avec prisma. Il demande un roleId pour la création de l'utilisateur mais ce n'est pas présent dans le model.
  • Utiliser NeutralinoJS pour faire une application desktop