🧮 Application Web pour voter lors du passage à l'oral pour entraînement
Go to file
Elie Baier 226100f25a add: full authentication with NextAuth 2023-12-18 14:59:34 +01:00
.github/workflows fix: database_url issue 2023-12-06 00:36:01 +01:00
actions add: full authentication with NextAuth 2023-12-18 14:59:34 +01:00
app add: full authentication with NextAuth 2023-12-18 14:59:34 +01:00
components add: full authentication with NextAuth 2023-12-18 14:59:34 +01:00
images added remaining santas 2023-12-10 21:29:35 +01:00
lib add: full authentication with NextAuth 2023-12-18 14:59:34 +01:00
prisma add: teacher's grade in Test row 2023-12-06 11:08:01 +01:00
styles fix to style 2023-12-11 13:28:30 +01:00
types add: authentication WIP 2023-12-18 10:01:22 +01:00
.dockerignore fix: fixing docker build issues 2023-12-06 01:36:09 +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: 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: added michal to the credits in readme 2023-12-15 01:45:02 +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: using nextauth WIP 2023-12-15 15:21:51 +01:00
package.json add: using nextauth WIP 2023-12-15 15:21:51 +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 to linting 2023-12-10 21:40:16 +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 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.