Url https://cosmoport.herokuapp.com/
Implemented:
- get a list of all existing ships;
- create a new ship;
- edit the characteristics of an existing vehicle;
- remove the ship;
- receive ship by id; 6.receive a filtered list of ships according to passed filters;
- get the number of ships that match the filters.
Business logic is also present: Before saving the ship to the database (when adding a new or when updating the characteristics of an existing one), is calculated the ship's rating is saved in the database.