###################### Enigma Api ##########################
#Prerequisites
MaongoDB database with name enigma
##Installation :
cd enigma-api
npm install -> npm start
##Api Url
##UI Url
####################### FrontEnd Command ######################
npm install angular-cli -g
cd enigma-frontend
npm install
#####################################
[To LIVE Development] : ng serve
Starts serving on port 4200
######################################
[To Build files to ] : ng build -prod
Build files into port 8000