Skip to content

lamedts/nodejs_img_storage

Repository files navigation

Nodejs Image Storage

A nodejs application can store image and some data.

  • materializecss
  • ejs
  • mongodb

How To Run

$ npm start
# OR using pm2
$ npm install pm2 -g
$ pm2 start {{startup script}} --name="{{appname}}" --watch
# OR using nodemon
$ npm install nodemon -g
$ nodemon

Upload to Cloud

For Bluemix

Make sure you have CloudFoundry Cli installed.

$ cf api https://api.ng.bluemix.net
$ cf login
$ cf push {{appname}}

For Heroku

Make sure you have Heroku Toolbelt installed.

$ heroku create
$ git push heroku master
$ heroku open

One Click to deploy

Deploy to Heroku Deploy to Bluemix

Checklist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages