🧮 Application Web pour voter lors du passage à l'oral pour entraînement
Go to file
Elie Baier 8203e2ed89
fix: Update docker-publish.yml
2023-12-18 10:35:12 +01:00
.github/workflows fix: Update docker-publish.yml 2023-12-18 10:35:12 +01:00
actions add: dashboard with server actions 2023-12-15 01:32:27 +01:00
app added a timer with custom end alarm sounf 2023-12-15 14:52:46 +01:00
assets added a timer with custom end alarm sounf 2023-12-15 14:52:46 +01:00
components added a timer with custom end alarm sounf 2023-12-15 14:52:46 +01:00
images added remaining santas 2023-12-10 21:29:35 +01:00
lib add: added fetcher for swr 2023-12-05 23:53:33 +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 added a timer with custom end alarm sounf 2023-12-15 14:52:46 +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 added a timer with custom end alarm sounf 2023-12-15 14:52:46 +01:00
package.json added a timer with custom end alarm sounf 2023-12-15 14:52:46 +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 added a timer with custom end alarm sounf 2023-12-15 14:52:46 +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.