Skip to content

Files

Latest commit

 

History

History

Book-Collection-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Book Collection

Application Description

Vue js and Firestore app: Add, Edit, Submit, Back and Delete functionality (CRUD)

Table of Contents

Book Collection

Technology Stack

Technology Description
Vue.js JavaScript library
Firestore scalable database for mobile, web, and server development from Firebase and Google Cloud

Running

To test the application run the following commands on your terminal:

git clone https://github.com/sandramsc/Book-Collection-app.git
$ cd Book-Collection-app
  • Install dependencies via npm or yarn: npm i OR yarn

  • Website: To start it, run npm start OR yarn start