Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamgkstack/search-api
simple search api
https://github.com/iamgkstack/search-api
express-js external-api mongodb mongoose nodejs yarn-packages
Last synced: about 1 month ago
JSON representation
simple search api
- Host: GitHub
- URL: https://github.com/iamgkstack/search-api
- Owner: iamgkstack
- License: mit
- Created: 2019-08-29T06:48:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:09:44.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T17:26:56.866Z (about 1 month ago)
- Topics: express-js, external-api, mongodb, mongoose, nodejs, yarn-packages
- Language: JavaScript
- Size: 419 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# search-api
simple search api## Requirements
* NODE: `>= 10`
* YARN: `1.9.4`
* mongoDB: `4`
* DATABASE: `green-house-db`## Setup
```bash
# clone the project
git clone https://github.com/iamgkstack/search-api.git && cd search-api# install the dependencies
yarn# start the project
yarn start
```
* This starts the server on the port 5200## APIs availabe
Fetch all the available result which has name like %Lelia%
```curl
curl -X GET http://localhost:5200/api/v1/search/users/Lelia
```