Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 794 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 794 Bytes

thor

thor is a RESTful mock service platform which you can use pure json to generate CRUD

Description

thor is a RESTFul webservice platform which you can use it as mock server

This project use express framework + Mongoose + MongoDB + other nodejs modules

Build & Development

  1. make sure you have install nodejs environment and MongodDB
  2. make sure installed nodemon

make sure the MongodDB started

git clone https://github.com/nonumber1989/thor
npm install 
nodemon server.js

User can use Rest Client or other rest utils to preview

As Mock Server

  1. install nodemon
  2. nodemon start
  3. visit thor/ with query parameter title=User for example

License

MIT © steven xu