Skip to content

onechiporenko/swarm-host-platform

Repository files navigation

Swarm Host Platform

Mutation testing badge CI

About

Monorepo for fake-server, its DB and CLI to work with it.

Usage

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.

More information:

About

Mock server with auto generated related data

Resources

License

Stars

Watchers

Forks

Packages

No packages published