All Projects → testdrivenio → Flask Vue Crud

testdrivenio / Flask Vue Crud

Licence: mit
Single Page App with Flask and Vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask Vue Crud

Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-67.45%)
Mutual labels:  restful-api, flask
mezon
Mezon is a simple php framework wich will help you to create business applications.
Stars: ✭ 35 (-92.51%)
Mutual labels:  crud, restful-api
Nestjs Mongoose Crud
Nest.js crud module for mongoose models without `nestjsx/crud`
Stars: ✭ 164 (-64.88%)
Mutual labels:  restful-api, crud
Osroom
[很多问题在维修中, 作者疫情期间忙碌,很多问题无法及时处理] 准备v3.0 Beta, v2.2维护少| OS鹿 | Python Flask开源网站
Stars: ✭ 557 (+19.27%)
Mutual labels:  restful-api, flask
fastapi-react
Single Page App with FastAPI and React
Stars: ✭ 41 (-91.22%)
Mutual labels:  crud, restful-api
Grest
Build REST APIs with Neo4j and Flask, as quickly as possible!
Stars: ✭ 102 (-78.16%)
Mutual labels:  restful-api, flask
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+480.09%)
Mutual labels:  restful-api, crud
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-82.01%)
Mutual labels:  restful-api, crud
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (-92.93%)
Mutual labels:  crud, restful-api
spring-boot-data-jpa-mysql
Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.
Stars: ✭ 89 (-80.94%)
Mutual labels:  crud, restful-api
Docker Flask Mongodb Example
Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
Stars: ✭ 49 (-89.51%)
Mutual labels:  flask, crud
Flask Appbuilder
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
Stars: ✭ 3,603 (+671.52%)
Mutual labels:  flask, crud
Saltshaker api
saltshaker_plus restful api
Stars: ✭ 177 (-62.1%)
Mutual labels:  restful-api, flask
FullStack-Angular-SpringBoot
Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]
Stars: ✭ 48 (-89.72%)
Mutual labels:  crud, restful-api
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (-36.62%)
Mutual labels:  restful-api, crud
Mini Shop Server
基于 Flask 框架开发的微信小程序后端项目,用于构建小程序商城后台 (电商相关;rbac权限管理;附带自动生成Swagger 风格的API 文档;可作「Python 项目毕设」;慕课网系列)---- 相关博客链接:🌟
Stars: ✭ 446 (-4.5%)
Mutual labels:  restful-api, flask
Flask Restful Example
flask后端开发接口示例,利用Flask开发后端API接口。包含基本的项目配置、统一响应、MySQL和Redis数据库操作、定时任务、图片生成、项目部署、用户权限认证、报表输出、无限层级生成目录树、阿里云手机验证码验证、微信授权、Celery、单元测试、Drone等模块。
Stars: ✭ 429 (-8.14%)
Mutual labels:  flask
Flask Socketio
Socket.IO integration for Flask applications.
Stars: ✭ 4,523 (+868.52%)
Mutual labels:  flask
Microorm.dapper.repositories
CRUD for Dapper
Stars: ✭ 424 (-9.21%)
Mutual labels:  crud
Octblog
Yet another blog system powered by Flask and MongoDB
Stars: ✭ 421 (-9.85%)
Mutual labels:  flask

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].