An open API service indexing awesome lists of open source software.

https://github.com/iamraphson/sprint2


https://github.com/iamraphson/sprint2

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

mean-starter
=====

### for .csv upload:

ng-file-upload - https://github.com/danialfarid/ng-file-upload/wiki/Node-example

multer - https://github.com/expressjs/multer

connect - multiparty - https://github.com/expressjs/connect-multiparty

### for csv read

```
```

### Getting started
```
$ git clone
$ cd mean-starter
$ npm install
$ nodemon server
```

### Deploy to Heroku
```
heroku create
heroku config:set NODE_ENV=production
heroku addons:create mongolab:sandbox
heroku config | grep MONGOLAB_URI
git push heroku master
heroku ps:scale web=1
```