This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import express from 'express' | |
import bodyParser from 'body-parser' | |
import mongoose from 'mongoose' | |
const PORT = process.env.PORT || 8080 | |
const app = express() | |
// Book | |
const Schema = mongoose.Schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var mongoose = require('mongoose') | |
var Schema = mongoose.Schema | |
/* | |
Creates a Schema | |
*/ | |
var BookSchema = new Schema({ | |
title: String, | |
published: { | |
type: Date, // sets the type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"package_control": "https://packagecontrol.io/", | |
"JavaScript-Completions": "https://github.com/pichillilorenzo/JavaScript-Completions" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"generator-babel-webpack": "https://github.com/Pitzcarraldo/generator-babel-webpack", | |
"generator-react-webpack-redux": "https://github.com/stylesuxx/generator-react-webpack-redux" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fastclick": "https://github.com/ftlabs/fastclick" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bulma": "https://github.com/jgthms/bulma", | |
"corpus": "https://github.com/jamiewilson/corpus", | |
"basscss": "https://github.com/basscss/basscss", | |
"csswizardry-grids": "https://github.com/csswizardry/csswizardry-grids", | |
"kube": "https://github.com/imperavi/kube" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"responsive-nav.js": "https://github.com/viljamis/responsive-nav.js", | |
"itemslide": "https://github.com/itemslide/itemslide.github.io" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mock-fs": "https://github.com/tschaub/mock-fs", | |
"nock": "https://github.com/node-nock/nock", | |
"rewire": "https://github.com/jhnns/rewire", | |
"assert-dir-equal": "https://github.com/ianstormtaylor/assert-dir-equal", | |
"mocha": "https://github.com/mochajs/mocha", | |
"chai": "http://devdocs.io/chai", | |
"sinon": "http://devdocs.io/sinon", | |
"nyc": "https://github.com/bcoe/nyc", | |
"tape": "https://github.com/substack/tape", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Framer": "https://github.com/koenbok/Framer" | |
} |
NewerOlder