Tender CRUD. You need to create list of tenders with ability to update, delete and create new tender.
Final solution must be a working web page with at least 4000 tenders (use any random generated fake data). It is enough to have these fields in tender: title, description. Code must be placed in repository (-ies) with Readme file how to install and run it.
- Use PHP as backend programming language.
- Symfony framework in backend (any of 3/4/5 versions). (+1 point)
- AngularJS (1.7-1.8 version) framework in frontend. (+1 point)
- Bootstrap or Materialize framework in frontend. (+1 point)
- Backend and frontend placed in separate repositories and launched on separate ports. (+2 points)
- Frontend communicates with backend via API. (+2 points)
- Create, edit and list pages opened in separate url's (router used). (+1 point)
- Navigating in frontend without full page reload. (+1 point)
- Backend and frontend code is PSR-2 compliant. (+1 point)
- Web page should be compatible with these browsers: (+1 point)
- Internet Explorer 11
- Edge newest
- Mozilla Firefox newest
- Chrome newest