- Added algorithm and endpoint to find the shortest path between two
topics;
- Added respective test;
- Added a JSON collection with API calls that can be imported into
Postman for the convenience of the user.
- Added a model with in-memory database, and routes, controller and
middleware to enable making initial CRUD calls to endpoints;
- Added jest and an initial test.