Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 918 Bytes

File metadata and controls

28 lines (23 loc) · 918 Bytes

pet-store-react-UI

this is the user interface for a simple CRUD app that allows users to create, read, update and delete pets. the UI is built using a React App with webpack configuration and hosted on heroku.

Links

the UI is available on heroku:

the API was built using Django Rest Framework (DRF) available at:

Prerequisites

make sure you have node installed in your local machine

Insatallation

clone the repository

git clone https://github.com/ipaullly/pet-store-react-UI.git

cd into the pet-store-ui directory and run the command to install all requirements from package.json

cd pet-store-ui && npm install

run the app on a local port by running

npm run dev