https://github.com/yeukfei02/imagesearchapi
imageSearchApi by unsplash, pixabay, storyblocks
https://github.com/yeukfei02/imagesearchapi
docker image javascript mongodb nodejs pixabay storyblocks unsplash
Last synced: 8 months ago
JSON representation
imageSearchApi by unsplash, pixabay, storyblocks
- Host: GitHub
- URL: https://github.com/yeukfei02/imagesearchapi
- Owner: yeukfei02
- License: mit
- Created: 2020-03-26T14:28:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:30:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:27:06.957Z (9 months ago)
- Topics: docker, image, javascript, mongodb, nodejs, pixabay, storyblocks, unsplash
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# imageSearchApi
[](https://codecov.io/gh/yeukfei02/imageSearchApi)
imageSearchApi by unsplash, pixabay, storyblocks
documentation:
## Requirement
- install yarn
- install node (v12+)
- install mongodb## Testing and run
```zsh
$ yarn// development
$ yarn run dev// production
$ yarn run start// run test case
$ yarn run test// use eslint and prettier to format code
$ yarn run lint
```## Docker
```zsh
// build images and start container in one line
docker-compose up -d --build// go inside container
docker exec -it /bin/bash// check container logs
docker logs// remove and stop container
docker-compose down
```open localhost:3000
## Contributing
Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/imageSearchApi/blob/master/CONTRIBUTING.md)