DevFest 2015 Web tire workshop about Angular, Node.js, and micro-services
Clone the GitHub repo
$ git clone https://github.com/robert52/devfest-web-workshop.git
Install necessary dependencies for each project using npm
$ npm install
Copy example
configuration file and modify for the appropriate environment
$ cp config/environments/example.js config/environments/development.js
api-gateway/ <-- The main API server
auth-service/ <-- Micro-service that handles authentication
client-service/ <-- Client micro-service Not implemented
ui-server/ <-- Static file serving, mainly the Angular app
user-service/ <-- Base micro-service that stores data
- Implement client service functionalities
- Implement Angular client module on UI server
- Create auth service
- Add authentication middleware to API gateway