Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 808 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 808 Bytes

questionnaire-server

This is the backend for questionnaire-ui

It exposes the following APIs :

questionnaire - Get all the questions in the Questionnaire

questionnaire/{id} - Get specific question in the Questionnaire

questionnaire/create - Add question to the Questionnaire

questionnaire/delete/{id} - Delete question from the Questionnaire

questionnaire/update/{id} - Update question in the Questionnaire

Prerequisites

Download and install .NET 6 SDK : https://dotnet.microsoft.com/en-us/learn/aspnet/microservice-tutorial/install

How to run locally

git clone [email protected]:9sneha-n/questionnaire-server.git
cd questionnaire-server

dotnet : Check dotnet is installed correctly

dotnet build : build the code

dotnet run : run the code locally