DEV Community

Cover image for Learn how to create a full-stack To-Do app with Flask&Vue.js πŸ“‹
Mahmoud EL-kariouny
Mahmoud EL-kariouny

Posted on

Learn how to create a full-stack To-Do app with Flask&Vue.js πŸ“‹

I did create a full-stack to-do-app.

What you will learn from this app.

  • How to create your first simple full-stack app.
  • How to test your API with a flask package like a unit-test.
  • How to create a database table using SQLAlchem library
  • How to handle routs using HTTP methods [Get, Post, Put, Delete].
  • How to build a simple form using BootstrapVue.
  • How to send requests to the backend server using Axios and store them in the table.

Project link

Oldest comments (0)