Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.25 KB

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: