/vue-books

Website for displaying books from https://freetestapi.com/api/v1/books

Primary LanguageVue

vue-books

This is the frontend of a book review site made using vue3. The backend for this application can be found here

Installation

  • Before installing make sure you have node installed on your machine, visit the official documentation

  • To check out this project you first need to clone the repository:

git clone https://github.com/FarukIm/vue-books
  • Next you need to navigate inside the directory and install all of the dependencies:
npm install
  • Once the installation is finished, run the following command to start the project:
npm run dev