#Requirements
nodeJs
.NET 6
#To run frontend: cd client-app
npm install
npm start
#To run backend:
cd API
dotnet restore
dotnet run
#Folder Images contain a image of the front end in the case of not being able to run the React app
#Folder SQL contains SQL related answers