🧮 Application Web pour voter lors du passage à l'oral pour entraînement
Go to file
Elie Baier e2c2cd0154
add: created licence
2023-12-04 14:21:31 +01:00
app fix: removed the join api 2023-12-04 14:16:30 +01:00
lib fix: using the global prisma instance in password.ts 2023-12-04 14:04:58 +01:00
prisma fix: note on Grade optional 2023-12-04 14:02:36 +01:00
.env.example feat: added the env example file 2023-12-04 14:18:12 +01:00
.eslintrc.json Initial commit from Create Next App 2023-12-04 09:19:27 +01:00
.gitignore feat: added socket io & api route 2023-12-04 09:43:28 +01:00
LICENSE add: created licence 2023-12-04 14:21:31 +01:00
README.md feat: changed the readme file 2023-12-04 14:15:59 +01:00
next.config.js Initial commit from Create Next App 2023-12-04 09:19:27 +01:00
package-lock.json Update grade route.ts to Next 13 2023-12-04 10:41:48 +01:00
package.json Update grade route.ts to Next 13 2023-12-04 10:41:48 +01:00
postcss.config.js Initial commit from Create Next App 2023-12-04 09:19:27 +01:00
tailwind.config.ts Initial commit from Create Next App 2023-12-04 09:19:27 +01:00
tsconfig.json feat: prisma fix 2023-12-04 10:23:31 +01:00

README.md

Getting Started

  1. First copy the .env.example file and modify it as needed.

  2. Push the prisma model to the database :

npx prisma db push
  1. Generate the user/password combination. (WIP)

  2. Install the dependencies :

npm install
  1. Build the project :
npm run build
  1. Run the project :
npm run start
  1. Open http://localhost:3000 with your browser to see the result.

Credits

Made with love by Elie Baier & Tim Haller.

We'd like to thanks Ms. Tixhon for the good idea and the great gifts!

Don't forget : FUCK MATH!

Licence

This project is under the MIT licence. A copy of the licence comes with the program.