git clone git@github.com:equinor/data-marketplace-adapter-service.git
cd data-marketplace-adapter-service
npm i
Add your environment variables to local.settings.json
. Use local.settings.template.json
as a guide. Pay
attention to that the environment variables are defined inside the Values
object!
Remember that new environment variables need to be added to the pipeline, so please notify the team about when adding new environment variables.
npm run dev
Branch name should include your initials, an issue number if applicable and what your branch solves.
Example: ah-123-some-feature
.
Once you've committed your changes, create a pull request to the appropriate branch; more often than not, this will be main
.
After start of application on your localhost , you can find API documentation at below URL: http://localhost:7071/api/docs/index.html