Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 318 Bytes

WEB-SERVICE (web api)

This it the web service that works as web-client and mobiles app's backend

  1. Create the .env file at the root of the application and initialize the values

    HMAC_SECRET_KEY=<any value that should be 24 characters>
    
  2. To start the api, run the command dotnet run in the terminal