Remove old code from main (both the libraries, SimpleDB folder etc.)
Decide whether to continue using the folder structure from earlier weeks and share the decision with the group.
Refactor code to fit with the above decision.
Advice:
To import the Chirp.Razor use dotnet new chirp-razor -o Chirp.Razor in the terminal. (note you will need to have downloaded the template before hand. Use the slides from lesson 5 to do that).
Don't delete the tests that might still be useful.
Acceptance criteria:
Advice:
dotnet new chirp-razor -o Chirp.Razor
in the terminal. (note you will need to have downloaded the template before hand. Use the slides from lesson 5 to do that).