Skip to content

OData/model-first

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1479edc · Sep 19, 2018
Sep 6, 2016
Jun 17, 2016
Aug 31, 2016
Aug 31, 2016
Aug 25, 2016
Aug 12, 2016
Jul 26, 2016
Mar 30, 2015
Jun 7, 2016
Feb 18, 2016
Jun 17, 2016
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Apr 16, 2015
Sep 19, 2018
Jun 17, 2016
Jul 26, 2016
Aug 12, 2016

Repository files navigation

Model first tooling

A tool for RESTful API design.

The tool contains 2 parts:

src/    The core logic module for model converting
views/  A simple UI that uses the core module

Documentation

Please check out documentations and samples under doc.

How to build

Prebuild: Install the webpack command-line tools:

npm install -g webpack

Build:

# Install required components from npm
npm install

# Bundle the frontend js files
webpack

# Run test
npm test

# Run server
npm start

Thank You!

We’re using NDepend to analyze and increase code quality.

NDepend