| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
"Its my personal portal application which i am using for providing training to other people , it has everything in it clinet side code and server side code which is deployed on heroku and using mongolab for mongo DB.
The application allows you to browse through a list of available courses and also provide you the platform to learn new things.
REST API developed in Node and Angular is consuming those services.
Install the Heroku Toolbelt
Sign up for a Heroku account
Login to Heroku from the heroku CLI:
$ heroku login
Create a new app on Heroku:
$ heroku create
Add the MongoLab Heroku Add-on
$ heroku addons:add mongolab
Upload the app to Heroku:
$ git push heroku master
Open the app in your browser:
$ heroku open
| Back | FazBrowse Home | New Git URL |