🧮 Application Web pour voter lors du passage à l'oral pour entraînement
Go to file
Elie Baier 4e7dede837 add: idk 2024-08-15 21:08:38 -04:00
.github/workflows Merge pull request #10 from Fayorg/dev 2023-12-20 15:12:20 +01:00
actions add: idk 2024-08-15 21:08:38 -04:00
app add: idk 2024-08-15 21:08:38 -04:00
assets fix: moved images to assets 2023-12-20 14:51:41 +01:00
components add: shadcn tableData component 2023-12-20 21:12:43 +01:00
lib add: new property on session & token 2023-12-20 19:36:35 +01:00
prisma add: canVote field in db 2023-12-20 15:16:23 +01:00
styles fix to style 2023-12-11 13:28:30 +01:00
types add: new property on session & token 2023-12-20 19:36:35 +01:00
.dockerignore fix: fixing docker build issues 2023-12-06 01:36:09 +01:00
.env.example fix: added env for NextAuth in example 2023-12-20 14:56:09 +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: fixing docker build issues 2023-12-06 01:36:09 +01:00
LICENSE add: created licence 2023-12-04 14:21:31 +01:00
README.md fix: typo 2023-12-18 14:20:18 +01:00
components.json everything 2023-12-05 21:44:33 +01:00
next.config.js fix: fixing docker build issues 2023-12-06 01:36:09 +01:00
package-lock.json add: shadcn tableData component 2023-12-20 21:12:43 +01:00
package.json add: shadcn tableData component 2023-12-20 21:12:43 +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 michal's styles to the login page 2023-12-08 14:43:27 +01:00
tsconfig.json fix: moved images to assets 2023-12-20 14:51:41 +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

Designed & made with love by Elie Baier, Tim Haller & Michal Polka.

We'd like to thanks Mrs. 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.