Skip to content

KHJcode/find-resemble-celebrity-api

Repository files navigation

Find resemble celebrity

API server that explores photos of celebrities that look like you.


Installation

# repository
$ git clone https://github.com/KHJcode/find-resemble-celebrity-api.git
$ cd find-resemble-celebrity-api

# dependencies
$ yarn install

# package configuration
$ yarn package

Running the app

# format code
$ yarn lint

# development
$ yarn dev

# build
$ yarn build

# production
$ yarn start

Contributing

Contributions are welcome.

Just run before yarn lint.


Contact

to@khjcode.com

If you have any question or need help, feel free to contact me.


License

MIT © KHJcode