Evaluation for Etops Web App Developer with Javascript and AngularJS. This challenge is intendend to be developed in a pair programming session within an hour of time.
Clone the project
git clone https://github.com/etops/test-project.git && cd test-project/
Install the dependencies
cd server
npm install
cd client
npm install
Start the backend server
cd server
npm run up
Start the frontend server
cd client
gulp
Frontend App should run on http://localhost:9000 Backend runs on http://localhost:3000
REST API for users http://localhost:3000/api/users
We want to build a simple user management system with a single page application. The goal is to show a list with all users in the system. By clicking on the user we show the detail information of the user. We can add/edit/remove a user.
We want to test
- if you have a basic understanding of AngularJS
- if you have a basic understanding of HTML5 and CSS3
- how you work (mastering working environment)
We do not need to have a complete working solution in the end. The Application has to run only in the newest version of a modern browser.