It is based on Angular 2 QuickStart
Developed for back-end part of https://github.com/a11ejandro/project_prototype.
Implements admin panel with ability to view and edit users.
- clone this repo
- cd
- ./install.sh
- Answer questions
- Add remotes
- Client uses BackendInterceptor to handle token errors. It can be found at app/helpers/backend-interceptor.ts
- Application-wide and host-dependant constants are set in ConfigService, which is located at app/config.service.ts.
- Setup a service to display alert message
- Handle more server errors
- Cover existing functionality with tests
Feel free to send pull requests on any other reasons.