Skip to content

Page App with Flask and Vue.js modified for stock database

License

Notifications You must be signed in to change notification settings

PeterZaipinai/flask-vue-crud-for-stock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing a Single Page App with Flask and Vue.js

Want to learn how to build this?

Check out the tutorial.

Want to use this project?

  1. Fork/Clone

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

    $ cd server
    $ python3 -m venv env
    $ source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ flask run --port=5001 --debug

    Navigate to http:https://localhost:5001

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

    $ cd client
    $ npm install
    $ npm run dev

    Navigate to http:https://localhost:5173

About

Page App with Flask and Vue.js modified for stock database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.5%
  • Python 14.2%
  • JavaScript 6.1%
  • HTML 2.2%