Skip to content

ispec-inc/mocmock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mocmock

Create Project

$ mocmock new my-project

Add Endpoints

  1. Edit config/routes.yml
routes:
+  users:
+    - get
+    - post
  1. Run load command
$ mocmock load

Now created new json files for /users

  1. Edit these json files
$ tree jsons
jsons
└── users
    ├── get.json
    └── patch.json

Run MockServer

$ ruby main.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published