This code creates a website through the asp.net framework where the user is able to create different entries for scriptures that they have made.
The purpose of this code is to give an understanding of how to use ASP.net framework and working with squl databases.
Index - Provides landing page
Entries -
- Index - lets the user search through journal entries and open them
- Create - lets user create journal entry with date and scripture
- Delete - Deletes entry
- Edit - allows editing of entry
- Details - Shows all information of scriptures
- Visual studio 2022
- asp core 7
- Windows 10 pro
- c#
- html / css
- Clean up user interface
- Allow creation of multiple databases
- Change landing page