akvish/Kaplan
Create a simple dockerized service for managing and serving assignments 1. Create a simple object model for an assignment (id, name, title, description, type, duration, etc.). Assignment can contain 1 or more tags (array of strings). 2. Add endpoints to a. Create an assignment b. Get an assignment by id c. Search assignments by tags 3. Use any standard to generate API documentation (apidoc, swagger, etc.) 4. Unit testing
MIT