Skip to content
Snippets Groups Projects
Commit 7062e345 authored by damjan's avatar damjan
Browse files

[TASK] Instruction how to add new category

parent ad1f98fb
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,12 @@ Execute mySql command with your values:
INSERT INTO user (name, role, token) VALUES ("userName", "roleAdmin", "secretToken");
#### Add categories to database
Execute mySql INSERT command. Example of adding new category named "Functions":
INSERT INTO category (name) VALUES ("Functions");
### 4. Testing
#### See list of all REST API routs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment