Monorepo for fake-server, its DB and CLI to work with it.
Install CLI:
npm i -g @swarm-host/cli
Init a new project:
mkdir my-new-fake-server
cd my-new-fake-server
swarm-host init
Create some factories and routes:
swarm-host g route users
swarm-host g route user
Start your server:
npm run start
Check your server http://localhost:54321
.