Learn how to create a full-stack To-Do app with Flask&Vue.js 📋

mahmoudessam

Mahmoud EL-kariouny

Posted on November 27, 2021

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

💖 💪 🙅 🚩
mahmoudessam
Mahmoud EL-kariouny

Posted on November 27, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related