.. | ||
docs/database | ||
src | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
.yarnrc.yml | ||
eslint.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
identity-api
The Identity API, takes care of storing user data.
Development and local testing
- Copy the
.env.example
file:cp .env.example .env
- Run
yarn
to install the dependencies.- You may need to enable Corepack.
- 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
.
- Note: The
- You're ready to go! You will need to restart the server manually when you make changed (unless you use something like Nodemon).