1.0.2 • Published 9 years ago

restonnode v1.0.2

Weekly downloads
16
License
-
Repository
github
Last release
9 years ago

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.

NOTE: You can configure different port number from initserver.js file.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago