Note: The relevant files are located in 'PicoPublish_backend/Models' as well as the program.cs file
The server is made with asp .net web api and can be started by running the following commands from the root folder:
cd PicoPublish_Backend
followed by
dotnet run
The frontend is made with nextjs and can be started by running the following commands in a new terminal in the root folder:
cd PicoPublish_Frontend
followed by
npm run dev
The application should now be running on 'localhost:3000'. If not, you might have to restart the frontend.
This is how a product will look like after clicking the "edit" button. Click confirm to edit the product on the server.