I decided to solve the problem using a c# web API project in the back end, and a React application in the client side. To be able to run the application, please follow the following instructions:
-
Clone the repository in a empty folder
git clone https://github.com/eltuna9/TheKey.git
-
Open the solution TheKey.sln, and run it from Visual Studio.
-
From your terminal, open the folder TheKeyAPI/ClientApp and install the npm dependencies
npm install
-
From the same folder, start the client app.
npm start