Skip to content

thoth-ky/cat-findr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharwiwi is a tinder for Cats. View an endless list of cat images. Favorite the ones you love. Breed information and brief description is provided for most of the cats. It's powered by The CAT API

Stack

  • React JS
  • Docker

Set Up Without Docker

  1. Clone the repo and cd into the project directory
  $ git clone https://github.com/thoth-ky/cat-findr.git
  $ cd cat-findr
  1. Install dependencies
  $ yarn install
  1. Run the app
  $ yarn start

You can now access it via localhost:3000

Build Docker Image

  1. Clone the repo and cd into the project directory
  $ git clone https://github.com/thoth-ky/cat-findr.git
  1. Build an image
  $ docker build -t sharwiwi:latest .
  1. Run the Image and expose PORT 3000
  $ docker run -p 3000:3000 sharwiwi:latest

You can now access it via localhost:3000

Alternatively, you can pull a stable image:

  $ docker pull thothky/sharwiwi:1.0.0

Author

  • Joseph Mutuku Kyalo

About

Yes!, it's Tinder for cats. SHARWIWI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published