ageddesi/Mocked-API

Remove faker.js

ageddesi opened this issue · 0 comments

Faker.js is the library that we are using to produce a lot of our data. Ideally in the long term we would like to remove the need of the third party library and instead start to develop our own internal library of mock data generators.

This ticket is to investigate and start to document the ones we would need and ideas on how to set this internal library up.