JSON API client for CRUD operations on user and domains entities.
Start the database server
docker compose up --build
Install the dependencies
npm i
And start the API server in another tab
npm start
For livereload use
npm run dev
Run eslint
npm run lint # to view issues
npm run lint:fix # to autofix issues
Run prettier
npm run format # to view issues
npm run format:write # to autofix issues