Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (30 loc) · 1.72 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.72 KB

weight-record

This is a example application of Nuxt.js, vue-chartjs, Buefy and ava.

Register your weight, you can see it visually.

Preview

Workflow

If you want to use this, you need to prepare environment of AWS Lambda, Amazon API Gateway and Amazon RDS. (I used MySQL.)

However, Do not recommend this way in production. It is only for study.

Entity-relationship diagram

Example of Lambda Function (Nods.js)

How to see demo without preparing the environment

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

Then, open http://localhost:3000/example in your browser and example will show up.

note: It can not be registered or updated.