Monorepo for fake-server, its DB and CLI to work with it.
Install CLI:
npm i -g @swarm-host/cliInit a new project:
mkdir my-new-fake-server
cd my-new-fake-server
swarm-host initCreate some factories and routes:
swarm-host g route users
swarm-host g route userStart your server:
npm run startCheck your server http://localhost:54321.