identity/identity-api
2024-06-30 22:05:46 +02:00
..
docs/database typescript + sqlite + more things 2024-06-30 18:04:54 +02:00
src final linting 2024-06-30 22:05:46 +02:00
.editorconfig checkpoint 5 2024-06-15 10:16:01 +02:00
.env.example env vars 2024-06-30 18:46:35 +02:00
.gitattributes checkpoint 5 2024-06-15 10:16:01 +02:00
.gitignore typescript + sqlite + more things 2024-06-30 18:04:54 +02:00
.prettierrc prettier and eslint 2024-06-16 20:56:41 +02:00
.yarnrc.yml checkpoint 2 2024-06-13 23:14:20 +02:00
eslint.config.js lint 2024-06-30 18:13:29 +02:00
LICENSE licensing 2024-06-29 19:12:12 +02:00
package.json lint 2024-06-30 18:13:29 +02:00
README.md final linting 2024-06-30 22:05:46 +02:00
tsconfig.json lint 2024-06-30 18:13:29 +02:00
yarn.lock typescript + sqlite + more things 2024-06-30 18:04:54 +02:00

identity-api

The Identity API, takes care of storing user data.

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.
    • Note: The asset-api server must be running before this command is run. More info.
    • You may need to create an empty folder at $/identity-api/.database.
  4. You're ready to go! You will need to restart the server manually when you make changed (unless you use something like Nodemon).