Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1021 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 1021 Bytes

vue-firebase-todo

A simple TODO app using Vue.js, Firebase and Vuetify. The purpose of the app is to serve as an example for a project which needs to exploit the above mentioned libraries and APIs.

Install

  • Clone the repository
  • cd to the repository directory
  • Run npm install, which will install the dependencies
  • Run npm serve to play around.

Note: Please create a .env.local file, with the below credentials and keys, in the root directory of the project and then run npm serve.

API_KEY
AUTH_DOMAIN
DB_URL
PROJECT_ID
STORAGE_BUCKET
MESSAGING_SENDER_ID

TODOs

  • Add unit tests using Jest
  • Set up a build pipeline and continuous deployment on heroku (may be)

More details about the project can be found at this Blog post.