wonderfulsuccess / flask-vue-crud

Single Page App with Flask and Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developing a Single Page App with Flask and Vue.js

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Run the server-side Flask app in one terminal window:

    $ cd server
    $ python3.9 -m venv env
    $ source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ python app.py

    Navigate to http://localhost:5000

  3. Run the client-side Vue app in a different terminal window:

    $ cd client
    $ npm install
    $ npm run serve

    Navigate to http://localhost:8080

About

Single Page App with Flask and Vue.js

License:MIT License


Languages

Language:Vue 75.4%Language:Python 15.0%Language:JavaScript 5.4%Language:HTML 4.2%