Skip to content

acorvin/flask-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue Flask Library

This is a simple CRUD web application built using Python Flask and VueJs.

The application allows users to perform the following actions:

  • View a list of all books in the library
  • Add a new book to the library
  • Update the information of an existing book
  • Delete a book from the library

Preview

preview

Installation

npm install
pip install Flask
pip install Flask-Cors

If you receive CORS errors, run:

pip install flask-cors --upgrade

Technologies Used

  • Python
  • Flask
  • VueJs

Author

Alex Corvin

Version

1.0.0

License

License: MIT

About

A CRUD application developed with Python Flask and VueJs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published