Go to file
Guillaume Dorce d94f22a3dc update prisma schema 2022-08-19 16:05:28 +02:00
client first commit with back using express prisma ts, and front vite react ts 2022-08-15 18:57:25 +02:00
prisma update prisma schema 2022-08-19 16:05:28 +02:00
src implement base api structure with express 2022-08-19 12:05:53 +02:00
.env.example add env config, and create base schema for prisma 2022-08-17 19:10:23 +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 add env config, and create base schema for prisma 2022-08-17 19:10:23 +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 add readme 2022-08-15 19:16:26 +02:00
package.json add zod for validator 2022-08-19 16:04:20 +02:00
pnpm-lock.yaml add zod for validator 2022-08-19 16:04:20 +02:00
tsconfig.json implement base api structure with express 2022-08-19 12:05:53 +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.