dogBook clone or download $ git clone https://github.com/luiscarlsoto/dogBook $ cd dogBook //root Usage (run fullstack app on your machine) Prerequirements Node npm Client-side usage(PORT: 3000) $ cd client // go to client folder $ npm i // npm install pacakges $ npm start // run it locally