Skip to content

Instantly share code, notes, and snippets.

View hillal20's full-sized avatar

Hilal Aissani hillal20

View GitHub Profile
@hillal20
hillal20 / server.js
Last active May 3, 2018 18:52 — forked from luishrd/index.js
const express = require('express');
const helmet = require('helmet'); // 1 yarn add helment || npm i helmet // 2
// import db from './data/db';
const userRoutes = require('./users/userRoutes');
const server = express();
// client -> [error, m1, post, m3] -> [rh1, rh2]
function greeter(name) {