General objective Implementing an application on the specified subject, with a REST-ful backend that accesses data stored in a relational database through an ORM. The backend is used from a React SPA frontend.
Description Implementing a REST service and a React interface for the following entities: - Article - Reference Article has many Reference. Article has an id (integer, primary key), a title (string of at least 5 characters), an abstract(string of at least 10 characters), a date (date, representing the publication date). Reference has an id (integer, primary key), a title (string of at least 5 characters), a date (date, representing the publication date) and a list of authors (a string of comma separated author names). Graded components and detailed points REST service Defining the first entity - 0.3 Defining the second entity - 0.3 Defining the relation between the two entities - 0.3 GET operation for the first entity - 0.3 POST operation for the first entity - 0.3 PUT operation for the first entity - 0.3 DELETE operation for the second entity as a child resource - 0.3
GET operation for the second entity as a child resource - 0.3 POST operation for the second entity as a child resource - 0.3 PUT operation for the second entity as a child resource - 0.3 DELETE operation for the second entity as a child resource - 0.3 Filtering on two fields for the first entity - 0.3 Sorting on a field for the first entity - 0.3 Paging for the first entity - 0.3 Import - 0.2 Export - 0.2 SPA interface in React Routing to the child entity based on the parent's id - 0.3 Create for the first entity - 0.3 Read for the first entity - 0.3 Update for the first entity - 0.3 Delete for the first entity - 0.3 Create for the second entity (master-detail, based on the id of the parent) - 0.3 Read for the second entity (master-detail, based on the id of the parent) - 0.3 Update for the second entity (master-detail, based on the id of the parent) - 0.3 Delete for the second entity (master-detail, based on the id of the parent) - 0.3 Filtrare on two fields for the first entity - 0.3 Sortare on a field for the first entity - 0.3 Paginare for the first entity - 0.3 Interfață import - 0.2 Interfața export - 0.2 Layout cu grid/flex - 0.4
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of