Skip to content

DevFest 2015 Web tire workshop about Angular, Node.js, and micro-services

License

Notifications You must be signed in to change notification settings

robert52/devfest-web-workshop

Repository files navigation

DevFest Romania Web Workshop

DevFest 2015 Web tire workshop about Angular, Node.js, and micro-services

Getting started

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

Included projects

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

TODO

  • Implement client service functionalities
  • Implement Angular client module on UI server
  • Create auth service
  • Add authentication middleware to API gateway

Speakers

License

MIT

About

DevFest 2015 Web tire workshop about Angular, Node.js, and micro-services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published