damianbatson / meanjs-app01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN.JS Logo

Build Status Dependencies Status

MEAN.JS is a full-stack JavaScript open-source solution, which provides a solid starting point for MongoDB, Node.js, Express, and AngularJS based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript components.

MEAN.js experiment for uploading JSON files.

utilises danialfarid’s super awesome angular-file-upload module to upload files and multer on the express side.

view modules/articles/client/controller/articles.client.controller.js which sends the multi-part form data from the view template to the routing.

view modules/articles/server/controller/articles.server.controller.js which writes the JSON data to the folder location and generates a unique filename.

About

License:Other


Languages

Language:JavaScript 79.0%Language:HTML 19.8%Language:CSS 0.9%Language:Shell 0.3%