restonnode

1.0.2 • Public • Published

RESTful framework on NodeJS

This project is build using legacy project architecture of ASP.Net WebApi 2.0. It will be having controllers, authentication mechanism etc. to start with. All you need to do is create your own controllers.

Getting Started

How to install

npm install restonnode

How to Use

  1. After downloading the project from npm, a package with name restonnode will be created inside node_modules folder, directly inside a folder in which npm install command was executed.
  2. Inside restonnode folder, create your controller file inside ./lib/controller folder. For reference, follow LoginController.js file which already created inside ./lib/controller folder.
  3. Once you are done with your controller files, start server by running following command: node initserver.js.

Package Sidebar

Install

npm i restonnode

Weekly Downloads

3

Version

1.0.2

License

none

Last publish

Collaborators

  • drapal