productivityinterns / productivitywebapp

A webapp for increasing productivity when filling out forms
MIT License
2 stars 2 forks source link

Fix db #17

Closed mgallig closed 5 years ago

mgallig commented 5 years ago

Added cascade workarounds again.

Used service dependency injection to load database and file handler (and made simplified interfaces for them)

Added the GetDirectoryX() functions for FileHandler.

Moved the Forms folder to wwwroot/forms so that this will be findable nomatter where we deploy it to (using the HostingEnvironment functions)

Removed the home controller since we dont need it