🧮 Application Web pour voter lors du passage à l'oral pour entraînement
Go to file
Elie Baier a9549c7180 add: sharp for image optimization in prod 2023-12-20 14:58:49 +01:00
.github/workflows fix: Update docker-publish.yml adding step for creating .env 2023-12-18 10:44:42 +01:00
actions fix: refactored server functions names 2023-12-20 14:44:36 +01:00
app fix: removed comments 2023-12-20 14:55:17 +01:00
assets fix: moved images to assets 2023-12-20 14:51:41 +01:00
components fix: moved images to assets 2023-12-20 14:51:41 +01:00
lib fix: removed console.log in different authentication methods 2023-12-18 15:03:42 +01:00
prisma fix: removed unused database fields & fix prisma errors 2023-12-20 10:20:38 +01:00
styles fix to style 2023-12-11 13:28:30 +01:00
types Merge pull request #7 from Fayorg/authentication 2023-12-18 15:06:48 +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: sharp for image optimization in prod 2023-12-20 14:58:49 +01:00
package.json add: sharp for image optimization in prod 2023-12-20 14:58:49 +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.