This is a basic Exam Generator that uses OpenAI's ChatGPT API in the background to generate exams based on given parameters through a web interface.
$ git clone https://github.com/mehonal/exam-generator.git
$ cd exam-generator
$ export OPENAI_API_KEY=sk-proj-your_key_goes_here
$ set OPENAI_API_KEY=sk-proj-your_key_goes_here
$ dotnet run
Now just wait for the app to build and run, and you should be able to access it on localhost:5009
. Enjoy!