This project was generated using Nx.
npm install- Create the fake data
npx tsx generate-fake-data.ts > db.json - Run the server
npx json-server --watch db.json --port 3000 - Run the client
npm run start
npx nx test learnings-data-access
npx nx test users-data-access

