Web App made in VueJS 3 track progress and pictures of my climbing journey
This repo covers the frontend part
This repo covers the backend part which is a REST API with endpoints made purposely for this app
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.