Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.01 KB

Petni App

An application provides cat & dog information in Taiwan for pet adoption. TEST User can use family, color, size and geolocation to set preference to get randomly recommended pets, and save it into favorite collection. User can add new animal for adoption after login.

The app also provides some useful information about 24hr animal hospital in Taiwan and color information about dog and cat.

Resource

The data is from open data api of Taiwanese government. The design draft is provided by Taiwanese designer K.T.

Setup

Prepare env file

cp .env.example .env 

Install dependencies

yarn install

Start db server which provides created table and feed the seed. Don't forget to up your docker

yarn dev:db

Then, Start dev server

yarn dev

Tech Stack