🧮 Application Web pour voter lors du passage à l'oral pour entraînement
Go to file
Elie Baier fcdcc14b85 fix: created components for voting page 2023-12-05 23:53:33 +01:00
.github/workflows fix: removed pr & cron action 2023-12-05 21:39:09 +01:00
app work in progress : view results 2023-12-05 23:26:05 +01:00
components fix: created components for voting page 2023-12-05 23:53:33 +01:00
lib add: added fetcher for swr 2023-12-05 23:53:33 +01:00
prisma prisma: added grade relation to test 2023-12-05 23:23:36 +01:00
styles fix: extra global.css file in app 2023-12-05 20:58:37 +01:00
.dockerignore add: docker file and docker ignore 2023-12-04 14:25:46 +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 fix: removed .idea 2023-12-05 21:47:08 +01:00
Dockerfile fix: added prisma generate to dockerfile 2023-12-04 20:32:56 +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
components.json everything 2023-12-05 21:44:33 +01:00
next.config.js Initial commit from Create Next App 2023-12-04 09:19:27 +01:00
package-lock.json work in progress : view results 2023-12-05 23:26:05 +01:00
package.json work in progress : view results 2023-12-05 23:26:05 +01:00
postcss.config.js Initial commit from Create Next App 2023-12-04 09:19:27 +01:00
tailwind.config.js everything 2023-12-05 21:44:33 +01:00
tailwind.config.ts Added shandcn & tailwind 2023-12-05 20:44:35 +01:00
tsconfig.json work in progress : view results 2023-12-05 23:26:05 +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.