Skip to content

Instantly share code, notes, and snippets.

View rajnandan1's full-sized avatar
:bowtie:
Building

Raj Nandan Sharma rajnandan1

:bowtie:
Building
View GitHub Profile
// The core app code
var myApp = (function () {
'use strict';
// Create a public methods object
var methods = {};
/**
* Extend the public methods object
@vuongtran
vuongtran / RESTful API sample structure using Node.js, Express.js included tesing
Last active December 4, 2019 15:44
RESTful API sample structure using Node.js, Express.js included tesing
Let's lool at the following example structure for RESTful API using Node.js, Express.js included tesing
app/
|---models/
|---controller/
|---helpers/
|---middlewares/
|---tests/
|---models/
|---controllers/
@whitewhidow
whitewhidow / demo.html
Last active November 3, 2023 23:23
JS KeyCode Map
<div id="keyname">Press any key.</div>