An open API service indexing awesome lists of open source software.

https://github.com/zeel-codder/tree_bakend


https://github.com/zeel-codder/tree_bakend

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Apis

```js
router.post('/category/add',AddNewCategory);
router.get('/category/all',GetAll);
router.get('/category/level_info/:level',GetLevelCategoryInfo);
router.get('/category/parent/:id',GetAllParentId);
```

# Thank You