indiTechCoder / Freelance-eCommercePortal

MEAN stack application for eCommerce like platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN application using passport login and Node JS API

"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.

To run the application on your own Heroku account:##

  1. Install the Heroku Toolbelt

  2. Sign up for a Heroku account

  3. Login to Heroku from the heroku CLI:

     $ heroku login
    
  4. Create a new app on Heroku:

     $ heroku create
    
  5. Add the MongoLab Heroku Add-on

     $ heroku addons:add mongolab
    
  6. Upload the app to Heroku:

     $ git push heroku master
    
  7. Open the app in your browser:

     $ heroku open
    

About

MEAN stack application for eCommerce like platform


Languages

Language:JavaScript 72.0%Language:HTML 22.5%Language:CSS 5.5%