/flask-vue-crud-book-list

A simple project of a Book Checklist using Vue.js :heavy_check_mark: as front-end framework and Flask :hot_pepper: for the backend.

Primary LanguageVue

Book Checklist Web Application

A project to practice CRUD operations in a web application. You can find the tutorial here.

Fire up the development

  • Server:
$ cd server
$ python3 app.py
  • Client:
$ cd client
$ npm run serve

Helpful Documentation