Commit Graph

28 Commits

Author SHA1 Message Date
Matti Nannt 6cd3878700 make all env variables required at build time #110 (#111)
* make all env variables required at build time

* update env files

* add .env.docker file with basic docker configuration

* update Readme with new instructions
2022-10-16 11:10:20 +02:00
Matthias Nannt a0ba4ef9d3 add docker env example 2022-10-15 12:41:02 +02:00
Matthias Nannt 35ba2a1936 update dev instructions in README 2022-10-14 09:57:54 +02:00
Matti Nannt 5c378bc8ce Feature/monorepo #95 (#105)
Move repository into a monorepo with turborepo and pnpm.
This is a big change in the way the code is organized, used and deployed.
2022-10-13 09:46:43 +02:00
Matthias Nannt f67365f6dd Add product hunt & discord online users to Readme 2022-09-23 16:20:28 +02:00
Matthias Nannt dbdfdedf20 update links in readme 2022-09-21 14:33:20 +02:00
npaulsen 67638bb70a Feature/devcontainer (#79)
* fixes committed conflict in README

* adds a devcontainer based on compose

includes mailhog and postgres containers

* adds launch.json for nextjs vscode quick actions

* mentions devcontainer in the readme

* auto prisma migration after creating devcontainer

* remote containers as recommended vscode extension

* adds nextauth url env to dev container

- to show correct links in mails when testing locally

Co-authored-by: Niklas Paulsen <npau@informatik.uni-kiel.de>
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2022-09-20 09:20:59 +02:00
Manuel 9c6d08e762 Remove Merge conflict remainder in Readme.md (#83)
* Remove Merge conflict remainder in Readme.md

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2022-09-19 13:12:03 +02:00
Matthias Nannt e2bbb6e5a9 Feature/webhook (#75)
* Add webhook functionality #24
2022-08-31 08:22:31 +02:00
Tim Lange 8a875922b3 Added forgot password ability (#63)
* NEW: Added forgot password ability

* FIX: Added password reset disabled flag & jwt verify

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2022-08-25 16:01:36 +02:00
Matthias Nannt f807ccf6cc update readme and setup instructions 2022-08-17 09:20:54 +02:00
Timothy 37d284ebaa Clarifying README.md (#13) 2022-08-05 04:53:27 +09:00
Matthias Nannt c49aad505b update readme 2022-08-03 09:38:47 +02:00
Matthias Nannt aa648f9b2d Feature/add question types (#9)
* add new question types: email, website, phone, number & multiple choice
2022-07-29 07:21:32 +09:00
Johannes 6da264f432 Update README.md 2022-07-25 04:13:24 -05:00
Matthias Nannt 0aa931287f Feature/add signup (#5)
* update prisma model to support user

* add signup page

* add email verification

* remove seed user

* update README and Dockerfile to support signup and the removal of seed data
2022-07-14 01:04:02 +09:00
Matthias Nannt 8648d0bb12 fix newFormModal when selecting code form 2022-06-24 13:20:06 +09:00
Matthias Nannt 784f58686a fix build issues, fix deployment issues in Dockerfile and docker-compose, move new form modal to formList 2022-06-24 12:45:55 +09:00
knugget 3729f54379 readme update 2022-06-13 19:59:53 -05:00
Matthias Nannt 0d671a86d5 feat: build basic integration with snoop-react to post submissions to snoopHub, modify schema accordingly to support schema and submission, add basic display of submissions 2022-06-09 23:53:26 +09:00
Matthias Nannt 9ca243b8c7 fix: readme format, clearify nano usage 2022-06-08 00:46:09 +09:00
Matthias Nannt 0ffc87e204 fix: update readme and env files to fix deployment issues 2022-06-07 11:33:55 +09:00
Matthias Nannt ddf1c99964 Merge Readme to updated version 2022-06-07 02:35:54 +09:00
Matthias Nannt be52ef23d7 fix: update discord links 2022-06-07 02:34:52 +09:00
knugget d03057cfa3 updated logo and typo 2022-06-06 10:24:21 -05:00
Matthias Nannt e9b4d2f556 add badges to readme 2022-06-06 14:08:09 +09:00
Matthias Nannt 421f3cbcf6 update readme with early stage warning 2022-06-06 13:45:17 +09:00
Matthias Nannt b0f66e4766 add basic structure with login and forms overview 2022-06-06 13:38:36 +09:00