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: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:09:44.000Z (over 3 years ago)
- Last Synced: 2025-04-04T09:35:06.791Z (about 1 year ago)
- Topics: express-js, external-api, mongodb, mongoose, nodejs, yarn-packages
- Language: JavaScript
- Size: 419 KB
- Stars: 1
- Watchers: 1
- 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
```