|
|
|
|
|
by pmontra
2537 days ago
|
|
A customer of mine is using a demo server to demonstrate the service to customers. It's a service about money so using the production system with fake data would be difficult, especially for the interfaces with external services. The demo server is seeded with fake data. Google for faker and the language you're using and you'll likely find a good generator library. |
|