implement skills and languages endpoints

This commit is contained in:
2021-06-07 22:04:03 +02:00
parent b161254363
commit 6bedeef48a
255 changed files with 296 additions and 35 deletions

View File

@ -0,0 +1,5 @@
id,name
1,PHP
2,Vue.js
3,Python
4,JavaScript
1 id name
2 1 PHP
3 2 Vue.js
4 3 Python
5 4 JavaScript