GO3LIN / SimpleNodeApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleNodeApi

This is a simple node api written with pure NodeJS only, so zero dependencies required.

How it works

Just run: npm start

Development

In the development mode, you can use nodemon to track changes, so running the app with this commands:

First, install dev dependencies:

npm install

Then run the app:

nodemon start

Unit tests

Unit tests are placed in the test folder, for running them:

npm test

Deployment

All you have to do, is to push to master branch. Travis is configured to deploy to Google Cloud app engine

About


Languages

Language:Python 52.0%Language:JavaScript 48.0%