项目作者: JDSRAO

项目描述 :
Node JS WebAPI server project template
高级语言: JavaScript
项目地址: git://github.com/JDSRAO/WebApi.git
创建时间: 2018-04-16T15:54:00Z
项目社区:https://github.com/JDSRAO/WebApi

开源协议:MIT License

下载


Node.js Web API

This repository contains Node.js Web API server code with bare minimum API’s requried for hosting an API server

Features

  • Authentication API
  • Registration
  • Database
    • MongoDB

How to use - development

  • Make sure you have installed node runtime in your system
  • Download the code
  • Open a command prompt and go the directory where the code has been downloaded
  • Type the npm install command to install the npm dependencies
  • Type npm start to run the server

Build

  • To build the code use npm build the build will be generated in a folder called dist under the source code