Vue js and Firestore app: Add, Edit, Submit, Back and Delete functionality (CRUD)
Book Collection
Technology | Description |
---|---|
Vue.js | JavaScript library |
Firestore | scalable database for mobile, web, and server development from Firebase and Google Cloud |
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