You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application is a template for the MEAN stack ( Mongo , Express , Angular , Node ) with backend senecaJS microservices. There are currently 2 branches in this project.
Branch
Details
master
contains User service which uses mongoDB, so you will need to have monogoDB installed locally / remotely
BranchWithoutMongo
without the implementation of User service, can spin the app right away with Node and NPM
Frontend
EJS files with AngularJS, MVVM architecture.
Webserver
Most of the RESTful from frontends are being handled by Express webserver. Routings are being handled in here as well.
Backend
Backend is being handled by seneca microservices in this application, greet service and number service. The communication between seneca microservices are through tcp connections by defining HOST and PORT for seneca listeners and clients.