identity/asset-api
2024-06-30 22:05:46 +02:00
..
src final linting 2024-06-30 22:05:46 +02:00
.editorconfig checkpoint 7 2024-06-15 21:58:23 +02:00
.env.example autocreate folder keys 2024-06-30 19:03:38 +02:00
.gitattributes checkpoint 7 2024-06-15 21:58:23 +02:00
.gitignore env vars 2024-06-30 18:46:35 +02:00
.prettierrc prettier and eslint 2024-06-16 20:56:41 +02:00
eslint.config.js cleanup 2024-06-30 19:23:23 +02:00
LICENSE licensing 2024-06-29 19:12:12 +02:00
package.json env vars 2024-06-30 18:46:35 +02:00
README.md final linting 2024-06-30 22:05:46 +02:00
yarn.lock env vars 2024-06-30 18:46:35 +02:00

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).