Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 741 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 741 Bytes

Booru Search API

API Service to search boorus using @himeka/booru

Install Yarn

npm install -g yarn

Get the source code and install packages

git clone https://github.com/asadahimeka/booru-search-api.git
cd booru-search-api
yarn install

Build the application

yarn build

Start the application

yarn start

By default this will launch the application on http://localhost:3000. You will need to either proxy requests from your web server or change the port to serve the application directly.

License

MIT