- Download ZIP repository
- Complete all Technical information
- Push completed test to your own github or any other repository hosting service
- Send link to us link with test (please make sure that this repository is public)
- sqlite3
- node
- npm
- Angular
- Bootstrap
npm install
npm run frontend
npm run backend
http://localhost:4200
You should implement next features:
- Create navigation between main pages of application, which already exist in navbar
- Create functionality to getAll, edit, delete and view particular item, and populate these information about customers and products on those pages
- All additional (unit test, e2e test and etc.) work are greetings
- id (integer)
- name (string)
- address (string)
- phone (string)
- id (integer)
- name (string)
- price (decimal)
GET|POST /api/customers
GET|PUT|DELETE /api/customers/{id}
GET|POST /api/products
GET|PUT|DELETE /api/products/{id}