-
Fork/Clone
-
Run the server-side Flask app in one terminal window:
$ cd server $ python3.7 -m venv env $ source env/bin/activate (env)$ pip install -r requirements.txt (env)$ python app.py
Navigate to http://localhost:5000
-
Run the client-side Vue app in a different terminal window:
$ cd client $ npm install $ npm run serve
Navigate to http://localhost:8080
forked from testdrivenio/flask-vue-crud
-
Notifications
You must be signed in to change notification settings - Fork 0
Single Page App with Flask and Vue.js
License
bilalmerokhel/flask-vue-crud
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Single Page App with Flask and Vue.js
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Vue 75.6%
- Python 15.2%
- JavaScript 5.3%
- HTML 3.9%