File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ Build an application for a events social network that provides the following:
3232## Requirements
33331 . Create project using any technology of your preference. It’s perfectly OK to use vanilla code or any framework or libraries;
34342 . Although you can use as many dependencies as you want, you should manage them wisely;
35- 2 . The API should be covered by unit tests;
36- 3 . It is not necessary to send the notification emails, however, the code required for that would be welcome.
35+ 3 . The API should be covered by unit tests;
36+ 4 . It is not necessary to send the notification emails, however, the code required for that would be welcome;
37+ 5 . The API must be documented in some way.
3738
3839## Deliverables
3940The project source code and dependencies should be made available in GitHub. Here are the steps you should follow:
@@ -59,6 +60,7 @@ Use the following checklist to ensure high quality of the project.
5960- First of all, the application should run without errors.
6061- Are all requirements set above met?
6162- Is coding style consistent?
63+ - The API is well documented?
6264
6365## Submission
64661 . A link to the Github repository.
You can’t perform that action at this time.
0 commit comments