Python Flask & Template & Vue application example based on casdoor-python-sdk and casdoor-vue-sdk
The ArchitectureExample is a project that consists of two parts: the Frontend and the Backend. The Frontend is built using the casdoor-vue-sdk which utilizes JavaScript and Vue, while the Backend is built using the casdoor-python-sdk which utilizes Python and Flask. This project integrates with Casdoor, an authentication and authorization system, to manage members. To use this example, you will need to create an organization and an application in a Casdoor instance and follow the installation and configuration steps provided.
To install and run the ArchitectureExample, follow the steps below:
config.js file.npm install
npm install
npm run serve
flask run
The ArchitectureExample project showcases the integration of frontend and backend components using the casdoor-vue-sdk and casdoor-python-sdk respectively. It demonstrates how to manage members and implement authentication and authorization functionality using Casdoor. By following the installation and configuration steps provided, you can easily set up and run the example project for experimentation and further development.