Skip to content

atilla8huno/mean2-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean2-course

Source code from MEAN 2 course

how to execute

inside notes-api folder, run:

  • npm install
  • npm start

inside notes-web folder, run:

  • npm install
  • npm start

firebase and mongodb setup

on notes-api project:

  • paste firebase.json in /notes-api/connection folder (from your firebase project)
  • change mongodb.json to your mongodb (mlab.com) settings

on notes-web project:

  • change index.html to your firebase project settings