- Initial project made with
dotnet new web -o FlashcardQuiz.
- Clone project
- Add
appsettings.jsonandappsettings.Development.jsonfiles (similar to appsettings.example.json) with the connection string to a postgres database, for instance ElephantSQL - Install dependencies
- Test project with
dotnet run - The frontend of the application is react-flashcards