Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

ezgi-kaysi/AdoptaPet

Repository files navigation

Adopt a Pet

It is a sample vue.js project that runs on .Net Core. You can list pets, add to favorite list, and complete the checkout operation via the form.

Technologies

Project is created with:

  • .Net Core 2.2
  • Vue.js
  • Vuex
  • Vue Router
  • Axios (for ajax call)
  • Bootstrap 4.0

Setup

install dependencies

npm install

serve with hot reload at localhost:8080

npm run dev