identity/asset-api/README.md
2024-06-30 22:05:46 +02:00

568 B

asset-api

The Asset API, takes care of storing user-generated assets.

Development and local testing

  1. Copy the .env.example file: cp .env.example .env
  2. Run yarn to install the dependencies.
  3. Run yarn start to start the server.
    • You may need to create an empty folder at $/asset-api/.keys.
  4. You're ready to go! You will need to restart the server manually when you make changed (unless you use something like Nodemon).