Skip to content

noygal/fuse-day-feb-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. npm install
  2. configure test.js and mongodb_connect.js
  3. npm test
  4. npm run

General Info

a basic starter project (back-end) with nodejs, express, mongoose, multer, mocha.

  1. set the setting for "mongoose.connect(YOUR_MONGO_URL)" on mongodb_connect.js file,
  2. configure test.js inside test folder.
  3. run on command line "npm test".
  4. run on command line "npm start".

Purpose

when you need to start a new project fast, back-end node based project. you need have all basic stuff: routing, data base connection, view. you have basic routing: get all users, get specific user, add user.

More Info

This was extended from webstorm boilerplate nodejs starter. Credit: Gilad Glasberg.

About

Fuse day machine learning 27 Feb 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published